Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs4271.c359 !snd_soc_dai_stream_active(dai, SNDRV_PCM_STREAM_CAPTURE)) || in cs4271_hw_params()
361 !snd_soc_dai_stream_active(dai, SNDRV_PCM_STREAM_PLAYBACK))) { in cs4271_hw_params()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-dai.h490 snd_soc_dai_stream_active(struct snd_soc_dai *dai, int stream) in snd_soc_dai_stream_active() function
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c376 snd_soc_dai_stream_active(codec_dai, playback) ? in snd_soc_close_delayed_work()
554 if (snd_soc_dai_stream_active(dai, playback)) in snd_soc_suspend()
693 if (snd_soc_dai_stream_active(dai, playback)) in soc_resume_deferred()
H A Dsoc-pcm.c1003 int active = snd_soc_dai_stream_active(dai, substream->stream); in soc_pcm_hw_free()
2563 if (!snd_soc_dai_stream_active(asoc_rtd_to_cpu(fe, 0), stream) || in soc_dpcm_fe_runtime_update()
2564 !snd_soc_dai_stream_active(asoc_rtd_to_codec(fe, 0), stream)) in soc_dpcm_fe_runtime_update()
/OK3568_Linux_fs/kernel/sound/soc/dwc/
H A Ddwc-i2s.c439 if (snd_soc_dai_stream_active(dai, stream)) in dw_i2s_resume()