Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-core.c3374 int snd_soc_get_stream_cpu(const struct snd_soc_dai_link *dai_link, int stream) in snd_soc_get_stream_cpu() function
3406 EXPORT_SYMBOL_GPL(snd_soc_get_stream_cpu);
H A Dsoc-pcm.c2937 cpu_capture = snd_soc_get_stream_cpu(dai_link, SNDRV_PCM_STREAM_CAPTURE); in soc_new_pcm()
2938 cpu_playback = snd_soc_get_stream_cpu(dai_link, SNDRV_PCM_STREAM_PLAYBACK); in soc_new_pcm()
H A Dsoc-dapm.c4523 stream_cpu = snd_soc_get_stream_cpu(dai_link, stream); in dapm_connect_dai_pair()