Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c271 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params));
298 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params)); in hda_ipc4_pre_trigger()
327 format_val = snd_hdac_stream_format(channels, bits, params_rate(params)); in hda_ipc4_pre_trigger()
/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.c478 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.c787 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate) in snd_hdac_stream_format() function
828 EXPORT_SYMBOL_GPL(snd_hdac_stream_format);
842 unsigned int val = snd_hdac_stream_format(channels, bits, rate); in snd_hdac_spdif_stream_format()
/linux/sound/soc/intel/avs/
H A Dloader.c381 sdfmt = snd_hdac_stream_format(1, 32, 48000); in avs_hda_load_basefw()
449 sdfmt = snd_hdac_stream_format(1, 32, 48000); in avs_hda_load_library()
H A Dprobes.c150 format_val = snd_hdac_stream_format(params->codec.ch_out, bps, params->codec.sample_rate); in avs_probe_compr_set_params()
H A Dpcm.c470 format_val = snd_hdac_stream_format(params_channels(p), bits, params_rate(p)); in avs_dai_hda_be_prepare()
771 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.h146 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate);
/linux/sound/hda/codecs/
H A Dca0132.c3032 format_val = snd_hdac_stream_format(channels, 32, sample_rate); in dma_reset()