Message ID | 20200812094631.4698-3-michael.wei.hong.sit@intel.com |
---|---|
State | Accepted |
Commit | d1c859d314d87c6f4dc09c3d7cf6f3ec9f44bcc5 |
Headers | show |
Series | [v2,1/3] ASoC: codec: tlv3204: Enable 24 bit audio support | expand |
diff --git a/sound/soc/codecs/tlv320aic32x4.c b/sound/soc/codecs/tlv320aic32x4.c index e3d12a7ea07a..6c2338ea5d8d 100644 --- a/sound/soc/codecs/tlv320aic32x4.c +++ b/sound/soc/codecs/tlv320aic32x4.c @@ -888,7 +888,7 @@ static struct snd_soc_dai_driver aic32x4_dai = { .capture = { .stream_name = "Capture", .channels_min = 1, - .channels_max = 2, + .channels_max = 8, .rates = AIC32X4_RATES, .formats = AIC32X4_FORMATS,}, .ops = &aic32x4_ops,