Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc-dapm.h605 int (*stream_event)(struct snd_soc_dapm_context *dapm, int event); member
Dsoc.h735 int (*stream_event)(struct snd_soc_component *, int event); member
/linux-4.1.27/sound/soc/
Dsoc-core.c2649 return component->driver->stream_event(component, event); in snd_soc_component_stream_event()
2678 if (driver->stream_event) in snd_soc_component_initialize()
2679 dapm->stream_event = snd_soc_component_stream_event; in snd_soc_component_initialize()
Dsoc-dapm.c1795 if (d->stream_event) in dapm_power_widgets()
1796 d->stream_event(d, event); in dapm_power_widgets()