summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-cdnhdmi.c
diff options
context:
space:
mode:
authorSandor Yu <Sandor.yu@nxp.com>2017-09-29 14:16:27 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:32 +0800
commite2c81bccd117896efdafc4b0339562d72965f29e (patch)
treea6b3ea0217e7c5a993573c9b3f957c2db57daae4 /sound/soc/fsl/imx-cdnhdmi.c
parent64bc534268fddabd02c7744af38797862fc78985 (diff)
MLK-16538-2: hdmi api: Relocate hdmi api soure code
-Relocate hdmi api source code from drivers/video/fbdev/mxc/cdn_hdp to drivers/mxc/hdp. -Add displayport and hdcp api function. -Move t28hpc_hdmitx function from api source code folder to hdmi fb driver folder. -Update imx8 hdmi fb driver according api source code change. -Sync api source code with CDN_API_1_0_33 release. Acked-by: Robby Cai <robby.cai@nxp.com> Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Diffstat (limited to 'sound/soc/fsl/imx-cdnhdmi.c')
-rw-r--r--sound/soc/fsl/imx-cdnhdmi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/fsl/imx-cdnhdmi.c b/sound/soc/fsl/imx-cdnhdmi.c
index 8edb826516fd..dfa638b4becb 100644
--- a/sound/soc/fsl/imx-cdnhdmi.c
+++ b/sound/soc/fsl/imx-cdnhdmi.c
@@ -21,9 +21,9 @@
#include <sound/control.h>
#include <sound/pcm_params.h>
#include <sound/soc-dapm.h>
-#include "../../../drivers/video/fbdev/mxc/cdn_hdp/API_General.h"
-#include "../../../drivers/video/fbdev/mxc/cdn_hdp/API_Audio.h"
-#include "../../../drivers/video/fbdev/mxc/cdn_hdp/vic_table.h"
+#include "../../../drivers/mxc/hdp/API_General.h"
+#include "../../../drivers/mxc/hdp/API_Audio.h"
+#include "../../../drivers/mxc/hdp/vic_table.h"
#define SUPPORT_RATE_NUM 10
#define SUPPORT_CHANNEL_NUM 10