From fc86b24fe87d70f5dbbe5cd9e58c61f96e5b6c11 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 25 Jan 2012 19:55:22 +0000 Subject: [PATCH] --- yaml --- r: 293251 b: refs/heads/master c: afe62367e02fd7b83a6a824a20ad432fa5b00040 h: refs/heads/master i: 293249: 069369700ceee5c598542653f961307802e8e0f9 293247: d14085503d79a73db78d76a48ff622e55977051d v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-dapm.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b5af62bf1b58..c2a8d17d4df5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb644e9ce02a6965a2419325a03a9ea531840bcd +refs/heads/master: afe62367e02fd7b83a6a824a20ad432fa5b00040 diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 4973545f2a32..ec58a3146569 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/sound/soc/soc-dapm.c @@ -1435,9 +1435,13 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event) /* Supplies and micbiases only bring the * context up to STANDBY as unless something * else is active and passing audio they - * generally don't require full power. + * generally don't require full power. Signal + * generators are virtual pins and have no + * power impact themselves. */ switch (w->id) { + case snd_soc_dapm_siggen: + break; case snd_soc_dapm_supply: case snd_soc_dapm_regulator_supply: case snd_soc_dapm_micbias: