浏览代码

ASoC: AQT1000: Disable AQT1000 codec driver on msmnile target

Disable AQT1000 codec driver compilation on msmnile target.

Change-Id: I55d47e7f29f26883eb045e0946e870fc67a0960a
Signed-off-by: Sudheer Papothi <[email protected]>
Sudheer Papothi 7 年之前
父节点
当前提交
c50fe78896
共有 3 个文件被更改,包括 1 次插入3 次删除
  1. 1 1
      asoc/codecs/aqt1000/Android.mk
  2. 0 1
      config/sdm855auto.conf
  3. 0 1
      config/sdm855autoconf.h

+ 1 - 1
asoc/codecs/aqt1000/Android.mk

@@ -2,7 +2,7 @@
 
 AUDIO_CHIPSET := audio
 # Build/Package only in case of supported target
-ifeq ($(call is-board-platform-in-list,sdm670 msmnile),true)
+ifeq ($(call is-board-platform-in-list,sdm670),true)
 
 LOCAL_PATH := $(call my-dir)
 

+ 0 - 1
config/sdm855auto.conf

@@ -35,4 +35,3 @@ CONFIG_DTS_SRS_TM=m
 CONFIG_SND_SOC_MSM_STUB=m
 CONFIG_MSM_AVTIMER=m
 CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=m
-CONFIG_SND_SOC_AQT1000=m

+ 0 - 1
config/sdm855autoconf.h

@@ -47,4 +47,3 @@
 #define CONFIG_SND_SOC_MSM_STUB 1
 #define CONFIG_MSM_AVTIMER 1
 #define CONFIG_SND_SOC_MSM_HDMI_CODEC_RX 1
-#define CONFIG_SND_SOC_AQT1000 1