Searched refs:hda_codec_xfer (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.h | 51 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output,
|
H A D | hda-codec.c | 249 int rc = hda_codec_xfer( in hda_audio_input_timer() 319 int rc = hda_codec_xfer( in hda_audio_output_timer() 386 rc = hda_codec_xfer(&st->state->hda, st->stream, false, in hda_audio_compat_input_cb() 404 rc = hda_codec_xfer(&st->state->hda, st->stream, true, in hda_audio_compat_output_cb()
|
H A D | intel-hda.c | 108 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in hda_codec_xfer() function
|