Browse Source

asoc: change msm ext display include file location

Since msm_ext_display.h was moved to a new place, so using the
new place to include it.

Change-Id: Ia506263996c0f5c088a43d46a1541f75489dd5e3
Signed-off-by: Meng Wang <[email protected]>
Zhao, Yuan 4 years ago
parent
commit
de8fb6d094
1 changed files with 2 additions and 2 deletions
  1. 2 2
      asoc/codecs/msm_hdmi_codec_rx.c

+ 2 - 2
asoc/codecs/msm_hdmi_codec_rx.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
  */
 #include <linux/platform_device.h>
 #include <linux/slab.h>
@@ -9,7 +9,7 @@
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/soc.h>
-#include <linux/msm_ext_display.h>
+#include <linux/soc/qcom/msm_ext_display.h>
 
 #define DRV_NAME "HDMI_codec"