Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/
Dsoc-pcm.c362 struct snd_soc_pcm_stream *codec_stream; in soc_pcm_init_runtime_hw() local
393 codec_stream = &codec_dai_drv->playback; in soc_pcm_init_runtime_hw()
395 codec_stream = &codec_dai_drv->capture; in soc_pcm_init_runtime_hw()
396 chan_min = max(chan_min, codec_stream->channels_min); in soc_pcm_init_runtime_hw()
397 chan_max = min(chan_max, codec_stream->channels_max); in soc_pcm_init_runtime_hw()
398 rate_min = max(rate_min, codec_stream->rate_min); in soc_pcm_init_runtime_hw()
399 rate_max = min_not_zero(rate_max, codec_stream->rate_max); in soc_pcm_init_runtime_hw()
400 formats &= codec_stream->formats; in soc_pcm_init_runtime_hw()
401 rates = snd_pcm_rate_mask_intersect(codec_stream->rates, rates); in soc_pcm_init_runtime_hw()
1653 struct snd_soc_pcm_stream *codec_stream; in dpcm_runtime_merge_format() local
[all …]