diff options
| author | Sharad Sangle <assangle@codeaurora.org> | 2017-02-16 12:49:27 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-20 02:24:00 -0800 |
| commit | e0467784ad4bf0569111cf4818e68e13f2edbb28 (patch) | |
| tree | 4c4fc0fbab3eaef289f30bc85277f9710811fad3 | |
| parent | 5a092dc83c9502d6d33fa39f12bd4d9552d5294f (diff) | |
ASoC: msm: enable DAP set license logic on sdm660
Since we move to GEF implementation for Dolby post processing,
disabling DAP/DAX2 driver logic on sdm660 target except for
license validation.
CRs-Fixed: 2001077
Change-Id: Ib9e2237a5118fef2f17f745df096d4de2082f0c7
Signed-off-by: Sharad Sangle <assangle@codeaurora.org>
| -rw-r--r-- | sound/soc/msm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/msm/Kconfig b/sound/soc/msm/Kconfig index 6ecd300a18ac..fa7920dd32a2 100644 --- a/sound/soc/msm/Kconfig +++ b/sound/soc/msm/Kconfig @@ -124,7 +124,7 @@ config SND_SOC_INT_CODEC select SND_SOC_SDM660_CDC select QTI_PP select DTS_SRS_TM - select DOLBY_DS2 + select DOLBY_LICENSE select SND_HWDEP select MSM_ULTRASOUND select DTS_EAGLE @@ -156,7 +156,7 @@ config SND_SOC_EXT_CODEC select MFD_CORE select QTI_PP select DTS_SRS_TM - select DOLBY_DS2 + select DOLBY_LICENSE select SND_SOC_CPE select SND_SOC_WCD_CPE select SND_HWDEP |
