[alsa-devel] [patch] wm8994: playback => capture
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,
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
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.
participants (3)
-
Dan Carpenter
-
Liam Girdwood
-
Mark Brown