Loading sound/soc/soc-dapm.c +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ void dapm_mark_io_dirty(struct snd_soc_dapm_context *dapm) mutex_lock(&card->dapm_mutex); list_for_each_entry(w, &card->widgets, list) { if (w->ignore_suspend) continue; switch (w->id) { case snd_soc_dapm_input: case snd_soc_dapm_output: Loading Loading
sound/soc/soc-dapm.c +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ void dapm_mark_io_dirty(struct snd_soc_dapm_context *dapm) mutex_lock(&card->dapm_mutex); list_for_each_entry(w, &card->widgets, list) { if (w->ignore_suspend) continue; switch (w->id) { case snd_soc_dapm_input: case snd_soc_dapm_output: Loading