Searched refs:subseq (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm_adsp.h | 121 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
|
D | wm8903.c | 293 enum snd_soc_dapm_type event, int subseq) in wm8903_seq_notifier() argument
|
D | max98090.c | 2485 enum snd_soc_dapm_type event, int subseq) in max98090_seq_notifier() argument
|
D | wm5100.c | 737 enum snd_soc_dapm_type event, int subseq) in wm5100_seq_notifier() argument
|
D | wm8996.c | 690 enum snd_soc_dapm_type event, int subseq) in wm8996_seq_notifier() argument
|
/Linux-v4.19/include/sound/ |
D | soc-dapm.h | 179 .subseq = wsubseq} 184 .event = wevent, .event_flags = wflags, .subseq = wsubseq} 613 int subseq; /* sort within widget type */ member
|
D | soc.h | 788 int subseq);
|
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 1405 if (a->subseq != b->subseq) { in dapm_seq_compare() 1407 return a->subseq - b->subseq; in dapm_seq_compare() 1409 return b->subseq - a->subseq; in dapm_seq_compare() 1569 w->dapm != cur_dapm || w->subseq != cur_subseq) { in dapm_seq_run() 1621 cur_subseq = w->subseq; in dapm_seq_run()
|
D | soc-topology.c | 1485 template.subseq = w->subseq; in soc_tplg_dapm_widget_create()
|
D | soc-core.c | 2987 enum snd_soc_dapm_type type, int subseq) in snd_soc_component_seq_notifier() argument 2991 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
|
/Linux-v4.19/include/uapi/sound/ |
D | asoc.h | 487 __le32 subseq; /* sort within widget type */ member
|