mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
27 lines
799 B
Diff
27 lines
799 B
Diff
From 831da5d113d214db6894e9fd0ce98762ee8a544a Mon Sep 17 00:00:00 2001
|
|
From: Nick Desaulniers <ndesaulniers@google.com>
|
|
Date: Tue, 6 Dec 2016 09:57:57 -0800
|
|
Subject: [PATCH] Kconfig: msm: disable ultrasound driver
|
|
|
|
Bug: 31906415
|
|
Bug: 31906657
|
|
Bug: 32553868
|
|
Change-Id: Iab736a5d5622098c89c76dbe6b0b395652bbae57
|
|
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
|
|
---
|
|
sound/soc/msm/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/sound/soc/msm/Kconfig b/sound/soc/msm/Kconfig
|
|
index 6eb168e4d10d5..2e6f642241ef3 100644
|
|
--- a/sound/soc/msm/Kconfig
|
|
+++ b/sound/soc/msm/Kconfig
|
|
@@ -267,7 +267,6 @@ config SND_SOC_MSM8994
|
|
select SND_SOC_MSM_HDMI_CODEC_RX
|
|
select QTI_PP
|
|
select SND_SOC_CPE
|
|
- select MSM_ULTRASOUND
|
|
select SND_HWDEP
|
|
help
|
|
To add support for SoC audio on MSM8994.
|