瀏覽代碼

ASoC: wm1250-ev1: Support stereo

Springbank can support stereo, though it is primarily intended for mono
use cases.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 年之前
父節點
當前提交
5f6ac59f70
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sound/soc/codecs/wm1250-ev1.c

+ 2 - 2
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,
 	},