Home
last modified time | relevance | path

Searched refs:snd_hdac_stream_format_bits (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/sound/soc/sof/intel/
Dhda-dai-ops.c206 bits = snd_hdac_stream_format_bits(params_format(params), SNDRV_PCM_SUBFORMAT_STD, in hda_calc_stream_format()
233 bits = snd_hdac_stream_format_bits(params_format(params), SNDRV_PCM_SUBFORMAT_STD, in generic_calc_stream_format()
263 bits = snd_hdac_stream_format_bits(format, SNDRV_PCM_SUBFORMAT_STD, width); in dmic_calc_stream_format()
/linux-6.14.4/sound/soc/codecs/
Dhda-dai.c86 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in hda_codec_dai_prepare()
Dhdac_hda.c227 bits = snd_hdac_stream_format_bits(params_format(params), SNDRV_PCM_SUBFORMAT_STD, maxbps); in hdac_hda_dai_hw_params()
Dhdac_hdmi.c477 bits = snd_hdac_stream_format_bits(params_format(hparams), SNDRV_PCM_SUBFORMAT_STD, in hdac_hdmi_set_hw_params()
/linux-6.14.4/sound/hda/
Dhdac_device.c762 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat, in snd_hdac_stream_format_bits() function
779 EXPORT_SYMBOL_GPL(snd_hdac_stream_format_bits);
/linux-6.14.4/include/sound/
Dhdaudio.h143 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat,
/linux-6.14.4/sound/soc/intel/avs/
Dpcm.c383 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in avs_dai_hda_be_prepare()
666 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in avs_dai_fe_prepare()
/linux-6.14.4/sound/pci/hda/
Dhda_controller.c176 bits = snd_hdac_stream_format_bits(runtime->format, SNDRV_PCM_SUBFORMAT_STD, hinfo->maxbps); in azx_pcm_prepare()