Message ID | 20220712125734.30512-4-peter.ujfalusi@linux.intel.com |
---|---|
State | Accepted |
Commit | 8613753a681e7a5c63313dea9b04bf103d601368 |
Headers | show |
Series | ASoC: SOF: Intel: hda: Correct Firmware State Register use | expand |
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index 77c74e3c09b1..effa1b0f556d 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -251,12 +251,6 @@ #define FSR_STATE_BRINGUP_FW_ENTERED FSR_STATE_FW_ENTERED /* ROM status/error values */ -#define HDA_DSP_ROM_STS_MASK GENMASK(23, 0) -#define HDA_DSP_ROM_INIT 0x1 -#define HDA_DSP_ROM_FW_MANIFEST_LOADED 0x3 -#define HDA_DSP_ROM_FW_FW_LOADED 0x4 -#define HDA_DSP_ROM_FW_ENTERED 0x5 -#define HDA_DSP_ROM_RFW_START 0xf #define HDA_DSP_ROM_CSE_ERROR 40 #define HDA_DSP_ROM_CSE_WRONG_RESPONSE 41 #define HDA_DSP_ROM_IMR_TO_SMALL 42