Loading sound/soc/soc-dapm.c +2 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,8 @@ void dapm_mark_endpoints_dirty(struct snd_soc_card *card) mutex_lock(&card->dapm_mutex); list_for_each_entry(w, &card->widgets, list) { if (w->ignore_suspend) continue; if (w->is_ep) { dapm_mark_dirty(w, "Rechecking endpoints"); if (w->is_ep & SND_SOC_DAPM_EP_SINK) Loading Loading
sound/soc/soc-dapm.c +2 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,8 @@ void dapm_mark_endpoints_dirty(struct snd_soc_card *card) mutex_lock(&card->dapm_mutex); list_for_each_entry(w, &card->widgets, list) { if (w->ignore_suspend) continue; if (w->is_ep) { dapm_mark_dirty(w, "Rechecking endpoints"); if (w->is_ep & SND_SOC_DAPM_EP_SINK) Loading