From 85ab414c7b29d92385b293fe4b21e639cdfcf068 Mon Sep 17 00:00:00 2001 From: Vatsal Bucha Date: Wed, 29 May 2019 15:42:53 +0530 Subject: [PATCH] ASoC: configs: Disable voice_mhi for lito Lito doesn't use voice mhi. Disable required config for the same. Change-Id: Icecac8fc445260542eac7ebc2f0fc64c918c853a Signed-off-by: Vatsal Bucha --- config/litoauto.conf | 1 - config/litoautoconf.h | 1 - 2 files changed, 2 deletions(-) diff --git a/config/litoauto.conf b/config/litoauto.conf index 8d49fb9429..0bbe4f742e 100644 --- a/config/litoauto.conf +++ b/config/litoauto.conf @@ -34,4 +34,3 @@ CONFIG_SND_SOC_WCD938X=m CONFIG_SND_SOC_WCD938X_SLAVE=m CONFIG_SND_SOC_LITO=m CONFIG_SND_EVENT=m -CONFIG_VOICE_MHI=m diff --git a/config/litoautoconf.h b/config/litoautoconf.h index 6467c8f4e2..2d19f2dab9 100644 --- a/config/litoautoconf.h +++ b/config/litoautoconf.h @@ -38,4 +38,3 @@ #define CONFIG_SND_SOC_WCD938X_SLAVE 1 #define CONFIG_SND_SOC_LITO 1 #define CONFIG_SND_EVENT 1 -#define CONFIG_VOICE_MHI 1