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 <spapothi@codeaurora.org>
This commit is contained in:
parent
8ed1b0ebcd
commit
c50fe78896
3 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue