OSDN Git Service

ASoC: codec: tlv3204: Increased maximum supported channels
authorMichael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Wed, 12 Aug 2020 09:46:30 +0000 (17:46 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 17 Aug 2020 15:36:23 +0000 (16:36 +0100)
Increased maximum supported channel to 8 channels for audio capture
running in TDM mode.

Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Reviewed-by: Sia Jee Heng <jee.heng.sia@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200812094631.4698-3-michael.wei.hong.sit@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c

index e3d12a7..6c2338e 100644 (file)
@@ -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,