Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcc68bbb authored by Shuai Zhang's avatar Shuai Zhang Committed by Gerrit - the friendly Code Review server
Browse files

audio-kernel: enable wsa883x compilation on qrb5165



Add support of wsa883x on qrb5165.
Since both qrb5165 and sxr2130 use the same kona`s config,
qrb5165 also needs to support wsa883x compilation,
otherwise carsh will appear.

Change-Id: Ibc9606b41bc3ae89672f8c4588c91c601cd8ea4c
Signed-off-by: default avatarShuai Zhang <shuzhan@qti.qualcomm.com>
parent 12f3c1c5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -46,9 +46,6 @@ endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), qrb5165 sxr2130))
obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd938x/
endif

ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sxr2130))
obj-m += asoc/codecs/wsa883x/
endif