diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:18 +0100 |
commit | dd31f591011f83f74344dcb2e63c67348b61db9a (patch) | |
tree | e2f2daede55062588c1df51df10d0d539d265b70 | |
parent | Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next (diff) | |
parent | ASoC: tlv320aic3x: Remove mono support (diff) | |
download | linux-dd31f591011f83f74344dcb2e63c67348b61db9a.tar.xz linux-dd31f591011f83f74344dcb2e63c67348b61db9a.zip |
Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-next
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 5708a973a776..49891432af74 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/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,}, |