Home
last modified time | relevance | path

Searched refs:snd_hdac_stream_format (Results 1 – 12 of 12) 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.c477 format = snd_hdac_stream_format(params_channels(hparams), bits, params_rate(hparams)); in hdac_hdmi_set_hw_params()
/linux/sound/hda/core/
H A Ddevice.c788 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate) in snd_hdac_stream_format() function
829 EXPORT_SYMBOL_GPL(snd_hdac_stream_format);
843 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.c380 sdfmt = snd_hdac_stream_format(1, 32, 48000); in avs_hda_load_basefw()
448 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()
H A Dpcm.c469 format_val = snd_hdac_stream_format(params_channels(p), bits, params_rate(p)); in avs_dai_hda_be_prepare()
767 format_val = snd_hdac_stream_format(runtime->channels, bits, runtime->rate); in avs_dai_fe_prepare()
/linux/sound/hda/codecs/hdmi/
H A Dintelhdmi.c209 format = snd_hdac_stream_format(I915_SILENT_CHANNELS, I915_SILENT_FORMAT_BITS, in silent_stream_enable_i915()
/linux/include/sound/
H A Dhdaudio.h145 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate);
/linux/sound/hda/codecs/
H A Dca0132.c3037 format_val = snd_hdac_stream_format(channels, 32, sample_rate); in dma_convert_to_hda_format()