summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-cdnhdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/imx-cdnhdmi.c')
-rw-r--r--sound/soc/fsl/imx-cdnhdmi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/fsl/imx-cdnhdmi.c b/sound/soc/fsl/imx-cdnhdmi.c
index ad280d7427a8..94e161747329 100644
--- a/sound/soc/fsl/imx-cdnhdmi.c
+++ b/sound/soc/fsl/imx-cdnhdmi.c
@@ -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);