All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994
@ 2010-07-20  5:28 Chanwoo Choi
  2010-07-20  8:45 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2010-07-20  5:28 UTC (permalink / raw)
  To: alsa-devel
  Cc: Jassi Brar, Kyungmin Park, Mark Brown, Joonyoung Shim,
	Liam Girdwood

This patch enable WM8993/4 common code which is used in WM8994 driver.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 sound/soc/codecs/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index ea1f5ed..17e28eb 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -85,8 +85,8 @@ config SND_SOC_ALL_CODECS
 
 config SND_SOC_WM_HUBS
 	tristate
-	default y if SND_SOC_WM8993=y
-	default m if SND_SOC_WM8993=m
+	default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
+	default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m 
 
 config SND_SOC_AC97_CODEC
 	tristate
-- 
1.6.3.3

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

* Re: [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994
  2010-07-20  5:28 [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994 Chanwoo Choi
@ 2010-07-20  8:45 ` Mark Brown
  2010-07-20  8:49   ` Liam Girdwood
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2010-07-20  8:45 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: Joonyoung Shim, alsa-devel, Jassi Brar, Kyungmin Park,
	Liam Girdwood

On Tue, Jul 20, 2010 at 02:28:33PM +0900, Chanwoo Choi wrote:
> This patch enable WM8993/4 common code which is used in WM8994 driver.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

This should also be applied to mainline directly rather than
multi-component.

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

* Re: [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994
  2010-07-20  8:45 ` Mark Brown
@ 2010-07-20  8:49   ` Liam Girdwood
  0 siblings, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-07-20  8:49 UTC (permalink / raw)
  To: Mark Brown
  Cc: Kyungmin Park, Chanwoo Choi, alsa-devel, Jassi Brar,
	Joonyoung Shim

On Tue, 2010-07-20 at 09:45 +0100, Mark Brown wrote:
> On Tue, Jul 20, 2010 at 02:28:33PM +0900, Chanwoo Choi wrote:
> > This patch enable WM8993/4 common code which is used in WM8994 driver.
> > 
> > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> > Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> This should also be applied to mainline directly rather than
> multi-component.

for mainline

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

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

end of thread, other threads:[~2010-07-20  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  5:28 [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994 Chanwoo Choi
2010-07-20  8:45 ` Mark Brown
2010-07-20  8:49   ` 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.