Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc-dapm.h630 int (*stream_event)(struct snd_soc_dapm_context *dapm, int event); member
Dsoc.h770 int (*stream_event)(struct snd_soc_component *, int event); member
/linux-4.4.14/sound/soc/
Dsoc-core.c2648 return component->driver->stream_event(component, event); in snd_soc_component_stream_event()
2674 if (driver->stream_event) in snd_soc_component_initialize()
2675 dapm->stream_event = snd_soc_component_stream_event; in snd_soc_component_initialize()
Dsoc-dapm.c1894 if (d->stream_event) in dapm_power_widgets()
1895 d->stream_event(d, event); in dapm_power_widgets()