Searched refs:hda_codec_response (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | hda-codec.c | 540 hda_codec_response(hda, true, param->val); in hda_audio_command() 557 hda_codec_response(hda, true, response); in hda_audio_command() 571 hda_codec_response(hda, true, 0); in hda_audio_command() 586 hda_codec_response(hda, true, 0); in hda_audio_command() 594 hda_codec_response(hda, true, response); in hda_audio_command() 604 hda_codec_response(hda, true, 0); in hda_audio_command() 611 hda_codec_response(hda, true, st->format); in hda_audio_command() 623 hda_codec_response(hda, true, response); in hda_audio_command() 648 hda_codec_response(hda, true, 0); in hda_audio_command() 655 hda_codec_response(hda, true, 0); in hda_audio_command() [all …]
|
H A D | intel-hda.h | 50 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response);
|
H A D | intel-hda.c | 102 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response) in hda_codec_response() function
|