Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c1700 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1712 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
4478 case SND_SOC_DAPM_STREAM_STOP:
4562 SND_SOC_DAPM_STREAM_STOP); in snd_soc_dapm_stream_stop()
4573 SND_SOC_DAPM_STREAM_STOP);
/linux/include/sound/
H A Dsoc-dapm.h388 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro