ASoC: uniphier: add support for multichannel output

This patch adds multichannel PCM output support for LD11/LD20.
Currently driver tested and supported only 2ch, 6ch, and 8ch.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
此提交包含在:
Katsuhiro Suzuki
2018-07-27 11:37:28 +09:00
提交者 Mark Brown
父節點 ae1c696a48
當前提交 8fc9983db1
共有 4 個檔案被更改,包括 78 行新增6 行删除

查看文件

@@ -286,7 +286,7 @@ static struct snd_soc_dai_driver uniphier_aio_dai_ld11[] = {
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.rates = SNDRV_PCM_RATE_48000,
.channels_min = 2,
.channels_max = 2,
.channels_max = 8,
},
.ops = &uniphier_aio_i2s_ops,
},