All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] wm8994: playback => capture
@ 2010-03-24 11:58 ` Dan Carpenter
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Carpenter @ 2010-03-24 11:58 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Mark Brown, Jaroslav Kysela, Takashi Iwai, Joonyoung Shim,
	alsa-devel, linux-kernel, kernel-janitors

Sparse caught that initialize "playback" two times instead of
initializing "capture".

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 29f3771..d10d651 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3401,7 +3401,7 @@ struct snd_soc_dai wm8994_dai[] = {
 			.rates = WM8994_RATES,
 			.formats = WM8994_FORMATS,
 		},
-		.playback = {
+		.capture = {
 			.stream_name = "AIF3 Capture",
 			.channels_min = 2,
 			.channels_max = 2,

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

* [patch] wm8994: playback => capture
@ 2010-03-24 11:58 ` Dan Carpenter
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Carpenter @ 2010-03-24 11:58 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Mark Brown, Jaroslav Kysela, Takashi Iwai, Joonyoung Shim,
	alsa-devel, linux-kernel, kernel-janitors

Sparse caught that initialize "playback" two times instead of
initializing "capture".

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 29f3771..d10d651 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3401,7 +3401,7 @@ struct snd_soc_dai wm8994_dai[] = {
 			.rates = WM8994_RATES,
 			.formats = WM8994_FORMATS,
 		},
-		.playback = {
+		.capture = {
 			.stream_name = "AIF3 Capture",
 			.channels_min = 2,
 			.channels_max = 2,

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

* Re: [patch] wm8994: playback => capture
  2010-03-24 11:58 ` Dan Carpenter
@ 2010-03-24 13:51   ` Liam Girdwood
  -1 siblings, 0 replies; 6+ messages in thread
From: Liam Girdwood @ 2010-03-24 13:51 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Mark Brown, Jaroslav Kysela, Takashi Iwai, Joonyoung Shim,
	alsa-devel, linux-kernel, kernel-janitors

On Wed, 2010-03-24 at 14:58 +0300, Dan Carpenter wrote:
> Sparse caught that initialize "playback" two times instead of
> initializing "capture".
> 
> Signed-off-by: Dan Carpenter <error27@gmail.com>
> 

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] 6+ messages in thread

* Re: [patch] wm8994: playback => capture
@ 2010-03-24 13:51   ` Liam Girdwood
  0 siblings, 0 replies; 6+ messages in thread
From: Liam Girdwood @ 2010-03-24 13:51 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: alsa-devel, Joonyoung Shim, Takashi Iwai, Mark Brown,
	kernel-janitors, linux-kernel

On Wed, 2010-03-24 at 14:58 +0300, Dan Carpenter wrote:
> Sparse caught that initialize "playback" two times instead of
> initializing "capture".
> 
> Signed-off-by: Dan Carpenter <error27@gmail.com>
> 

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] 6+ messages in thread

* Re: [patch] wm8994: playback => capture
  2010-03-24 11:58 ` Dan Carpenter
@ 2010-03-24 14:04   ` Mark Brown
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2010-03-24 14:04 UTC (permalink / raw)
  To: Dan Carpenter, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Joonyoung Shim, alsa-devel, linux-kernel, kernel-janitors

On Wed, Mar 24, 2010 at 02:58:34PM +0300, Dan Carpenter wrote:
> Sparse caught that initialize "playback" two times instead of
> initializing "capture".
> 
> Signed-off-by: Dan Carpenter <error27@gmail.com>

Applied, thanks.

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

* Re: [patch] wm8994: playback => capture
@ 2010-03-24 14:04   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2010-03-24 14:04 UTC (permalink / raw)
  To: Dan Carpenter, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Joonyoung Shim, alsa-

On Wed, Mar 24, 2010 at 02:58:34PM +0300, Dan Carpenter wrote:
> Sparse caught that initialize "playback" two times instead of
> initializing "capture".
> 
> Signed-off-by: Dan Carpenter <error27@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2010-03-24 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 11:58 [patch] wm8994: playback => capture Dan Carpenter
2010-03-24 11:58 ` Dan Carpenter
2010-03-24 13:51 ` Liam Girdwood
2010-03-24 13:51   ` Liam Girdwood
2010-03-24 14:04 ` Mark Brown
2010-03-24 14:04   ` Mark Brown

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.