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

Commit 2103fbd8 authored by Xiaojun Sang's avatar Xiaojun Sang Committed by Gerrit - the friendly Code Review server
Browse files

hal: add msm8953 sku4 in WSA analog list

msm8953 sku4 uses WSA analog mode. Add msm8953 sku4
in analog list to make combo scenario work.

Change-Id: Ib3385273a8c32882ef4ce933d24f32361fbd8a45
parent 945e33a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2073,6 +2073,8 @@ static bool check_and_get_wsa_info(char *snd_card_name, int *wsaCount,
        if(snd_card_name) {
            if ((!strncmp(snd_card_name, "msm8953-snd-card-mtp",
                    sizeof("msm8953-snd-card-mtp")) ||
                (!strncmp(snd_card_name, "msm8953-sku4-snd-card",
                    sizeof("msm8953-sku4-snd-card"))) ||
                (!strncmp(snd_card_name, "msm8952-skum-snd-card",
                    sizeof("msm8952-skum-snd-card"))))) {
                *is_wsa_combo_supported = true;