summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-05-06 02:07:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-06 02:07:12 -0700
commitb4728dbe0e732c89642d574b866677ae2aadd085 (patch)
tree725eae3fb0fe1164a6a49139ac0f7470dc4e3120
parent86d96481ed54d52508b196c2d1613fe2f6369953 (diff)
parentad131d3ea9606f235445268526b0403ff7f4eeaf (diff)
Merge "ASoC: msm: qdsp6v2 : Add AFE port validation for MULTICHAN_HDMI_RX"
-rw-r--r--sound/soc/msm/qdsp6v2/q6audio-v2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6audio-v2.c b/sound/soc/msm/qdsp6v2/q6audio-v2.c
index 3b745c24f90e..0062e4cd6432 100644
--- a/sound/soc/msm/qdsp6v2/q6audio-v2.c
+++ b/sound/soc/msm/qdsp6v2/q6audio-v2.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -794,6 +794,7 @@ int q6audio_validate_port(u16 port_id)
case AFE_PORT_ID_INT5_MI2S_TX:
case AFE_PORT_ID_INT6_MI2S_RX:
case AFE_PORT_ID_INT6_MI2S_TX:
+ case AFE_PORT_ID_MULTICHAN_HDMI_RX:
{
ret = 0;
break;