未验证 提交 16639d39 编写于 作者: L Lucas Tanure 提交者: Mark Brown

ASoC: cs35l41: Fix max number of TX channels

This device only has 4 TX channels.

Fixes: fe1024d5 ("ASoC: cs35l41: Combine adjacent register writes")
Signed-off-by: NLucas Tanure <tanureal@opensource.cirrus.com>
Acked-by: NCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220303173059.269657-3-tanureal@opensource.cirrus.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 03a7895e
...@@ -1091,7 +1091,7 @@ static struct snd_soc_dai_driver cs35l41_dai[] = { ...@@ -1091,7 +1091,7 @@ static struct snd_soc_dai_driver cs35l41_dai[] = {
.capture = { .capture = {
.stream_name = "AMP Capture", .stream_name = "AMP Capture",
.channels_min = 1, .channels_min = 1,
.channels_max = 8, .channels_max = 4,
.rates = SNDRV_PCM_RATE_KNOT, .rates = SNDRV_PCM_RATE_KNOT,
.formats = CS35L41_TX_FORMATS, .formats = CS35L41_TX_FORMATS,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册