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.c540 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 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