Home
last modified time | relevance | path

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

/linux-6.14.4/sound/hda/
Dhdac_device.c841 unsigned int snd_hdac_spdif_stream_format(unsigned int channels, unsigned int bits, in snd_hdac_spdif_stream_format() function
851 EXPORT_SYMBOL_GPL(snd_hdac_spdif_stream_format);
/linux-6.14.4/include/sound/
Dhdaudio.h146 unsigned int snd_hdac_spdif_stream_format(unsigned int channels, unsigned int bits,
/linux-6.14.4/sound/pci/hda/
Dhda_controller.c178 format_val = snd_hdac_spdif_stream_format(runtime->channels, bits, runtime->rate, ctls); in azx_pcm_prepare()