Searched refs:snd_soc_get_stream_cpu (Results 1 – 3 of 3) sorted by relevance
3467 int snd_soc_get_stream_cpu(const struct snd_soc_dai_link *dai_link, int stream) in snd_soc_get_stream_cpu() function3499 EXPORT_SYMBOL_GPL(snd_soc_get_stream_cpu);
2818 cpu_capture = snd_soc_get_stream_cpu(dai_link, SNDRV_PCM_STREAM_CAPTURE); in soc_get_playback_capture() 2819 cpu_playback = snd_soc_get_stream_cpu(dai_link, SNDRV_PCM_STREAM_PLAYBACK); in soc_get_playback_capture()
4513 stream_cpu = snd_soc_get_stream_cpu(dai_link, stream); in dapm_connect_dai_pair()