Searched refs:snd_hdac_stream_format (Results 1 – 12 of 12) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | hda-dai-ops.c | 208 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 D | hda-dai.c | 88 format = snd_hdac_stream_format(runtime->channels, bits, runtime->rate); in hda_codec_dai_prepare()
|
H A D | hdac_hda.c | 230 format_val = snd_hdac_stream_format(params_channels(params), bits, params_rate(params)); in hdac_hda_dai_hw_params()
|
H A D | hdac_hdmi.c | 477 format = snd_hdac_stream_format(params_channels(hparams), bits, params_rate(hparams)); in hdac_hdmi_set_hw_params()
|
/linux/sound/hda/core/ |
H A D | device.c | 788 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 D | icl.c | 160 sd_fmt = snd_hdac_stream_format(1, 32, 48000); in avs_icl_load_basefw()
|
H A D | loader.c | 380 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 D | probes.c | 147 format_val = snd_hdac_stream_format(params->codec.ch_out, bps, params->codec.sample_rate); in avs_probe_compr_set_params()
|
H A D | pcm.c | 469 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 D | intelhdmi.c | 209 format = snd_hdac_stream_format(I915_SILENT_CHANNELS, I915_SILENT_FORMAT_BITS, in silent_stream_enable_i915()
|
/linux/include/sound/ |
H A D | hdaudio.h | 145 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate);
|
/linux/sound/hda/codecs/ |
H A D | ca0132.c | 3037 format_val = snd_hdac_stream_format(channels, 32, sample_rate); in dma_convert_to_hda_format()
|