Home
last modified time | relevance | path

Searched refs:hda_dsp_rom_msg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/sound/soc/sof/intel/
Dhda.c298 static const struct hda_dsp_msg_code hda_dsp_rom_msg[] = { variable
328 for (i = 0; i < ARRAY_SIZE(hda_dsp_rom_msg); i++) { in hda_dsp_get_status_skl()
329 if (status == hda_dsp_rom_msg[i].code) { in hda_dsp_get_status_skl()
331 hda_dsp_rom_msg[i].msg, status); in hda_dsp_get_status_skl()
348 for (i = 0; i < ARRAY_SIZE(hda_dsp_rom_msg); i++) { in hda_dsp_get_status()
349 if (status == hda_dsp_rom_msg[i].code) { in hda_dsp_get_status()
351 hda_dsp_rom_msg[i].msg, status); in hda_dsp_get_status()