summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2018-12-04 17:03:20 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:50:46 +0800
commit51bf2fec17ab436cc49a40468221a9bbc128b965 (patch)
tree0128874f700c331ee389d922c1d1fd761a127c82
parent4dcdcf9d6b562ae8a1f7c66ab337dd6c0a554a1d (diff)
MLK-17817-2: ASoC: imx-ak4458: enable 16 channels in TDM mode
In TDM mode with Daisy Chain enabled (CPLD mode 0x04) DAC1 and DAC2 AK4458 codecs on audio board are able to play 16 channels, so extend the TDM mode constraint to 16 channels. Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
-rw-r--r--sound/soc/fsl/imx-ak4458.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-ak4458.c b/sound/soc/fsl/imx-ak4458.c
index 6628f8c12e51..20a1ef0fadd6 100644
--- a/sound/soc/fsl/imx-ak4458.c
+++ b/sound/soc/fsl/imx-ak4458.c
@@ -98,7 +98,7 @@ static const u32 ak4458_channels[] = {
};
static const u32 ak4458_channels_tdm[] = {
- 1, 2, 3, 4, 5, 6, 7, 8,
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
};
static unsigned long ak4458_get_mclk_rate(struct snd_pcm_substream *substream,