Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/
Dsoc-compress.c173 SND_SOC_DAPM_STREAM_STOP); in close_delayed_work()
215 SND_SOC_DAPM_STREAM_STOP); in soc_compr_free()
226 SND_SOC_DAPM_STREAM_STOP); in soc_compr_free()
261 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in soc_compr_free_fe()
Dsoc-pcm.c608 SND_SOC_DAPM_STREAM_STOP); in close_delayed_work()
663 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
674 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
1629 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in dpcm_fe_dai_shutdown()
Dsoc-dapm.c1415 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1428 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
3639 case SND_SOC_DAPM_STREAM_STOP: in soc_dapm_dai_stream_event()
/linux-4.1.27/include/sound/
Dsoc-dapm.h315 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro