Searched refs:seq_notifier (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-component.c | 112 if (component->driver->seq_notifier) in snd_soc_component_seq_notifier() 113 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-component.h | 108 void (*seq_notifier)(struct snd_soc_component *component, member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-component.h | 109 void (*seq_notifier)(struct snd_soc_component *component, member
|
/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | test-component.c | 586 cdriv->seq_notifier = test_component_seq_notifier; in test_driver_probe()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-component.c | 131 if (component->driver->seq_notifier) in snd_soc_component_seq_notifier() 132 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max98090.c | 2519 .seq_notifier = max98090_seq_notifier,
|
H A D | wm8903.c | 1887 .seq_notifier = wm8903_seq_notifier,
|
H A D | wm5100.c | 2383 .seq_notifier = wm5100_seq_notifier,
|
H A D | wm8996.c | 2688 .seq_notifier = wm8996_seq_notifier,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm5100.c | 2383 .seq_notifier = wm5100_seq_notifier,
|
H A D | max98090.c | 2517 .seq_notifier = max98090_seq_notifier,
|
H A D | wm8903.c | 1884 .seq_notifier = wm8903_seq_notifier,
|
H A D | wm8996.c | 2688 .seq_notifier = wm8996_seq_notifier,
|
Completed in 27 milliseconds