Searched refs:snd_hdac_stream_format (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/soc/sof/intel/ |
| H A D | hda-dai-ops.c | 271 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 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 | 478 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 | 787 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 D | loader.c | 381 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 D | probes.c | 150 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 | 470 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 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 | 146 unsigned int snd_hdac_stream_format(unsigned int channels, unsigned int bits, unsigned int rate);
|
| /linux/sound/hda/codecs/ |
| H A D | ca0132.c | 3032 format_val = snd_hdac_stream_format(channels, 32, sample_rate); in dma_reset()
|