Browse Source

Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-next

Mark Brown 12 years ago
parent
commit
dd31f59101
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sound/soc/codecs/tlv320aic3x.c

+ 2 - 2
sound/soc/codecs/tlv320aic3x.c

@@ -1210,13 +1210,13 @@ static struct snd_soc_dai_driver aic3x_dai = {
 	.name = "tlv320aic3x-hifi",
 	.playback = {
 		.stream_name = "Playback",
-		.channels_min = 1,
+		.channels_min = 2,
 		.channels_max = 2,
 		.rates = AIC3X_RATES,
 		.formats = AIC3X_FORMATS,},
 	.capture = {
 		.stream_name = "Capture",
-		.channels_min = 1,
+		.channels_min = 2,
 		.channels_max = 2,
 		.rates = AIC3X_RATES,
 		.formats = AIC3X_FORMATS,},