Searched refs:seq_notifier (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 1573 if (cur_dapm && cur_dapm->seq_notifier) { in dapm_seq_run() 1576 cur_dapm->seq_notifier(cur_dapm, in dapm_seq_run() 1636 if (cur_dapm && cur_dapm->seq_notifier) { in dapm_seq_run() 1639 cur_dapm->seq_notifier(cur_dapm, in dapm_seq_run()
|
D | soc-core.c | 2991 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier() 3030 if (driver->seq_notifier) in snd_soc_component_initialize() 3031 dapm->seq_notifier = snd_soc_component_seq_notifier; in snd_soc_component_initialize()
|
/Linux-v4.19/include/sound/ |
D | soc-dapm.h | 660 void (*seq_notifier)(struct snd_soc_dapm_context *, member
|
D | soc.h | 787 void (*seq_notifier)(struct snd_soc_component *, enum snd_soc_dapm_type, member
|
/Linux-v4.19/sound/soc/codecs/ |
D | wm8903.c | 1889 .seq_notifier = wm8903_seq_notifier,
|
D | max98090.c | 2502 .seq_notifier = max98090_seq_notifier,
|
D | wm5100.c | 2386 .seq_notifier = wm5100_seq_notifier,
|
D | wm8996.c | 2689 .seq_notifier = wm8996_seq_notifier,
|