From 41a560b944ec87d05b1d5ffcb291c1414b76fb91 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 9 Apr 2012 19:38:31 +0100 Subject: [PATCH] --- yaml --- r: 305648 b: refs/heads/master c: 5f6ac59f7019c568f6657707efe210ab92e61b9c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm1250-ev1.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5369f5b33322..75a74d408adf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec2e3031b65f23f66840b5c89c4b83076831a435 +refs/heads/master: 5f6ac59f7019c568f6657707efe210ab92e61b9c diff --git a/trunk/sound/soc/codecs/wm1250-ev1.c b/trunk/sound/soc/codecs/wm1250-ev1.c index e7a599a78170..0766b5fabae7 100644 --- a/trunk/sound/soc/codecs/wm1250-ev1.c +++ b/trunk/sound/soc/codecs/wm1250-ev1.c @@ -84,14 +84,14 @@ static struct snd_soc_dai_driver wm1250_ev1_dai = { .playback = { .stream_name = "Playback", .channels_min = 1, - .channels_max = 1, + .channels_max = 2, .rates = SNDRV_PCM_RATE_8000, .formats = SNDRV_PCM_FMTBIT_S16_LE, }, .capture = { .stream_name = "Capture", .channels_min = 1, - .channels_max = 1, + .channels_max = 2, .rates = SNDRV_PCM_RATE_8000, .formats = SNDRV_PCM_FMTBIT_S16_LE, },