Home
last modified time | relevance | path

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

/linux-6.15/sound/hda/
H A Dhdac_stream.c361 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus, in snd_hdac_stream_assign() function
395 EXPORT_SYMBOL_GPL(snd_hdac_stream_assign);
/linux-6.15/sound/hda/ext/
H A Dhdac_ext_stream.c354 hstream = snd_hdac_stream_assign(bus, substream); in snd_hdac_ext_stream_assign()
/linux-6.15/include/sound/
H A Dhdaudio.h571 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
/linux-6.15/sound/pci/hda/
H A Dhda_controller.c45 s = snd_hdac_stream_assign(azx_bus(chip), substream); in azx_assign_device()