[PATCH] ASoC: max98357a: set channels_max to 4
Judy Hsiao
judyhsiao at chromium.org
Wed May 26 17:47:04 CEST 2021
Sets channels_max to 4 to support QUAD channel.
Signed-off-by: Judy Hsiao <judyhsiao at chromium.org>
---
sound/soc/codecs/max98357a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 918812763884..c3cf1743caad 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -117,7 +117,7 @@ static struct snd_soc_dai_driver max98357a_dai_driver = {
.rate_min = 8000,
.rate_max = 96000,
.channels_min = 1,
- .channels_max = 2,
+ .channels_max = 4,
},
.ops = &max98357a_dai_ops,
};
--
2.31.0
More information about the Alsa-devel
mailing list