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

Commit a6735d32 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: support automotive card in snd monitor"

parents 40888958 b77ae92c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -221,7 +221,8 @@ static int enum_sndcards()
            (strncasecmp(card_id, "sdc", 3) != 0) &&
            (strncasecmp(card_id, "sm", 2) != 0) &&
            (strncasecmp(card_id, "trinket", 7) != 0) &&
            (strncasecmp(card_id, "apq", 3) != 0)) {
            (strncasecmp(card_id, "apq", 3) != 0) &&
            (strncasecmp(card_id, "sa", 2) != 0)) {
            ALOGW("Skip over non-ADSP snd card %s", card_id);
            continue;
        }