Home
last modified time | relevance | path

Searched refs:dapm_dirty (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/sound/
H A Dsoc.h1067 struct list_head dapm_dirty; member
/linux-6.15/sound/soc/
H A Dsoc-dapm.c196 list_add_tail(&w->dirty, &w->dapm->card->dapm_dirty); in dapm_mark_dirty()
1983 list_for_each_entry(w, &card->dapm_dirty, dirty) { in dapm_power_widgets()
H A Dsoc-core.c2521 INIT_LIST_HEAD(&card->dapm_dirty); in snd_soc_register_card()