diff options
| author | Yaroslav Furman <yaro330@gmail.com> | 2018-11-02 00:07:36 +0300 |
|---|---|---|
| committer | Davide Garberi <dade.garberi@gmail.com> | 2022-07-27 18:59:07 +0200 |
| commit | e57c07151d2abbe99813e0e2d451b560cea5e6d0 (patch) | |
| tree | 7359da4ace34085a8177a5482b0dd436b9b1433d | |
| parent | dd5f6f191341f40425c444700a0825ae6e84c9a1 (diff) | |
msm: sound: don't select WSA881X if device is Z2_ROW
* z2_row uses TFA9890 so it doesn't need wsa
Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
| -rw-r--r-- | sound/soc/msm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/Kconfig b/sound/soc/msm/Kconfig index 7a24c7659b0f..884a49b26342 100644 --- a/sound/soc/msm/Kconfig +++ b/sound/soc/msm/Kconfig @@ -184,7 +184,7 @@ config SND_SOC_MSM8996 select MSM_QDSP6_APRV2 select MSM_QDSP6V2_CODECS select SND_SOC_WCD9335 - select SND_SOC_WSA881X + select SND_SOC_WSA881X if !MACH_ZUK_Z2_ROW select DTS_SRS_TM select QTI_PP select QTI_PP_AUDIOSPHERE |
