Searched refs:cpu_stream (Results 1 – 1 of 1) sorted by relevance
360 struct snd_soc_pcm_stream *cpu_stream; in soc_pcm_init_runtime_hw() local368 cpu_stream = &cpu_dai_drv->playback; in soc_pcm_init_runtime_hw()370 cpu_stream = &cpu_dai_drv->capture; in soc_pcm_init_runtime_hw()393 chan_min = cpu_stream->channels_min; in soc_pcm_init_runtime_hw()394 chan_max = cpu_stream->channels_max; in soc_pcm_init_runtime_hw()397 hw->channels_min = max(chan_min, cpu_stream->channels_min); in soc_pcm_init_runtime_hw()398 hw->channels_max = min(chan_max, cpu_stream->channels_max); in soc_pcm_init_runtime_hw()400 hw->formats &= formats & cpu_stream->formats; in soc_pcm_init_runtime_hw()402 hw->formats = formats & cpu_stream->formats; in soc_pcm_init_runtime_hw()403 hw->rates = snd_pcm_rate_mask_intersect(rates, cpu_stream->rates); in soc_pcm_init_runtime_hw()[all …]