Home
last modified time | relevance | path

Searched refs:snd_hdac_stream_format (Results 1 – 10 of 10) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c208 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params)); in hda_calc_stream_format()
235 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params)); in generic_calc_stream_format()
264 format_val = snd_hdac_stream_format(channels, bits, params_rate(params)); in dmic_calc_stream_format()
/linux/sound/soc/codecs/
H A Dhda-dai.c88 format = snd_hdac_stream_format(runtime->channels, bits, runtime->rate); in hda_codec_dai_prepare()
H A Dhdac_hda.c230 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params)); in hdac_hda_dai_hw_params()
H A Dhdac_hdmi.c479 format = snd_hdac_stream_format(params_channels(hparams), bits, params_rate(hparams)); in hdac_hdmi_set_hw_params()
/linux/sound/hda/
H A Dhdac_device.c789 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate) in snd_hdac_stream_format() function
830 EXPORT_SYMBOL_GPL(snd_hdac_stream_format);
844 unsigned int val = snd_hdac_stream_format(channels, bits, rate); in snd_hdac_spdif_stream_format()
/linux/sound/soc/intel/avs/
H A Dicl.c160 sd_fmt = snd_hdac_stream_format(1, 32, 48000); in avs_icl_load_basefw()
H A Dloader.c379 sdfmt = snd_hdac_stream_format(1, 32, 48000); in avs_hda_load_basefw()
447 sdfmt = snd_hdac_stream_format(1, 32, 48000); in avs_hda_load_library()
H A Dprobes.c147 format_val = snd_hdac_stream_format(params->codec.ch_out, bps, params->codec.sample_rate); in avs_probe_compr_set_params()
/linux/sound/pci/hda/
H A Dpatch_hdmi.c1670 format = snd_hdac_stream_format(I915_SILENT_CHANNELS, I915_SILENT_FORMAT_BITS, in silent_stream_enable_i915()
H A Dpatch_ca0132.c3037 format_val = snd_hdac_stream_format(channels, 32, sample_rate); in dma_convert_to_hda_format()