1
0
Fork 0

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>
(cherry picked from commit bc8b6a74175c2d120383875b00b5a2a44def9dd0)
pull/10/head
Viorel Suman 2018-12-04 17:03:20 +02:00
parent a2531cbb14
commit 3612d5be22
1 changed files with 1 additions and 1 deletions

View File

@ -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,