Home
last modified time | relevance | path

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

/linux-4.4.14/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.c638 SND_SOC_DAPM_STREAM_STOP); in close_delayed_work()
693 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
704 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
1711 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in dpcm_fe_dai_shutdown()
Dsoc-dapm.c1514 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1527 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
3895 case SND_SOC_DAPM_STREAM_STOP: in soc_dapm_dai_stream_event()
/linux-4.4.14/include/sound/
Dsoc-dapm.h321 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro