summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-27 08:03:03 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-27 08:03:03 +0200
commitcf73df1e2975ae8f88e573e5f593761339a65def (patch)
tree1c264fb62e9bb36af8e762e860a6de3daf112782 /sound/soc/soc-dapm.c
parentd1227e3fe0c63a258db855f4f1536b0b34cd8725 (diff)
parentea77b94774b3cc67162d74894b49af7eb17071f0 (diff)
downloadop-kernel-dev-cf73df1e2975ae8f88e573e5f593761339a65def.zip
op-kernel-dev-cf73df1e2975ae8f88e573e5f593761339a65def.tar.gz
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 456617e..999bb08 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1110,7 +1110,7 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event)
trace_snd_soc_dapm_start(card);
list_for_each_entry(d, &card->dapm_list, list)
- if (d->n_widgets)
+ if (d->n_widgets || d->codec == NULL)
d->dev_power = 0;
/* Check which widgets we need to power and store them in
OpenPOWER on IntegriCloud