Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/hda/
Dhdac_stream.c316 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus, in snd_hdac_stream_assign() function
348 EXPORT_SYMBOL_GPL(snd_hdac_stream_assign);
/kernel/linux/linux-5.10/sound/hda/ext/
Dhdac_ext_stream.c354 stream = snd_hdac_stream_assign(bus, substream); in snd_hdac_ext_stream_assign()
/kernel/linux/linux-5.10/include/sound/
Dhdaudio.h551 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller.c44 s = snd_hdac_stream_assign(azx_bus(chip), substream); in azx_assign_device()