Home
last modified time | relevance | path

Searched refs:subseq (Results 1 – 9 of 9) sorted by relevance

/sound/soc/codecs/
Dwm_adsp.h150 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
Dcx2072x.c1163 .subseq = wsubseq, .event = wevent, .event_flags = wflags}
Dwm8903.c290 enum snd_soc_dapm_type event, int subseq) in wm8903_seq_notifier() argument
Dmax98090.c2502 enum snd_soc_dapm_type event, int subseq) in max98090_seq_notifier() argument
Dwm5100.c734 enum snd_soc_dapm_type event, int subseq) in wm5100_seq_notifier() argument
Dwm8996.c686 enum snd_soc_dapm_type event, int subseq) in wm8996_seq_notifier() argument
/sound/soc/
Dsoc-component.c110 enum snd_soc_dapm_type type, int subseq) in snd_soc_component_seq_notifier() argument
113 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
Dsoc-dapm.c1502 if (a->subseq != b->subseq) { in dapm_seq_compare()
1504 return a->subseq - b->subseq; in dapm_seq_compare()
1506 return b->subseq - a->subseq; in dapm_seq_compare()
1666 w->dapm != cur_dapm || w->subseq != cur_subseq) { in dapm_seq_run()
1716 cur_subseq = w->subseq; in dapm_seq_run()
Dsoc-topology.c1625 template.subseq = le32_to_cpu(w->subseq); in soc_tplg_dapm_widget_create()