All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: dapm: Remove redundant clear_walk() for supply widgets
@ 2013-03-31 22:37 Mark Brown
  2013-04-01 16:55 ` Liam Girdwood
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2013-03-31 22:37 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, Mark Brown, Ryo Tsutsui, Ryo Tsutsui

From: Ryo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com>

We already clear the walked state in dapm_widget_power_check(), no need
to do it again.

Signed-off-by: Ryo Tsutsui <Ryo.Tsutsui@wolfosonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/soc-dapm.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 1896a70..0a395eb 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1179,8 +1179,6 @@ static int dapm_supply_check_power(struct snd_soc_dapm_widget *w)
 			return 1;
 	}
 
-	dapm_clear_walk(w->dapm);
-
 	return 0;
 }
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: dapm: Remove redundant clear_walk() for supply widgets
  2013-03-31 22:37 [PATCH] ASoC: dapm: Remove redundant clear_walk() for supply widgets Mark Brown
@ 2013-04-01 16:55 ` Liam Girdwood
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2013-04-01 16:55 UTC (permalink / raw)
  To: Mark Brown; +Cc: Ryo Tsutsui, alsa-devel, Liam Girdwood, Ryo Tsutsui

On Sun, 2013-03-31 at 23:37 +0100, Mark Brown wrote:
> From: Ryo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com>
> 
> We already clear the walked state in dapm_widget_power_check(), no need
> to do it again.
> 
> Signed-off-by: Ryo Tsutsui <Ryo.Tsutsui@wolfosonmicro.com>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-01 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 22:37 [PATCH] ASoC: dapm: Remove redundant clear_walk() for supply widgets Mark Brown
2013-04-01 16:55 ` Liam Girdwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.