1
0
Fork 0

MLK-23642-3: ASoC: fsl: imx-cdnhdmi: support 6 channels

Add support 6 channels

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Shengjiu Wang 2020-04-29 17:48:56 +08:00
parent 326442c327
commit fe01a5d14b
1 changed files with 3 additions and 2 deletions

View File

@ -458,8 +458,9 @@ static int imx_cdnhdmi_probe(struct platform_device *pdev)
data->support_channels[0] = 2;
data->support_channels[1] = 4;
data->support_channels[2] = 8;
data->support_channels_num = 3;
data->support_channels[2] = 6;
data->support_channels[3] = 8;
data->support_channels_num = 4;
of_property_read_u32(pdev->dev.of_node, "protocol",
&data->protocol);