Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dhda-codec.c542 hda_codec_response(hda, true, param->val); in hda_audio_command()
559 hda_codec_response(hda, true, response); in hda_audio_command()
573 hda_codec_response(hda, true, 0); in hda_audio_command()
588 hda_codec_response(hda, true, 0); in hda_audio_command()
596 hda_codec_response(hda, true, response); in hda_audio_command()
606 hda_codec_response(hda, true, 0); in hda_audio_command()
613 hda_codec_response(hda, true, st->format); in hda_audio_command()
625 hda_codec_response(hda, true, response); in hda_audio_command()
650 hda_codec_response(hda, true, 0); in hda_audio_command()
657 hda_codec_response(hda, true, 0); in hda_audio_command()
[all …]
H A Dintel-hda.h50 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response);
H A Dintel-hda.c102 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response) in hda_codec_response() function