From e2c81bccd117896efdafc4b0339562d72965f29e Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Fri, 29 Sep 2017 14:16:27 +0800 Subject: 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 Signed-off-by: Sandor Yu --- sound/soc/fsl/imx-cdnhdmi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/soc/fsl/imx-cdnhdmi.c') 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 #include #include -#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 -- cgit v1.2.3