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

Commit b77ae92c authored by Derek Chen's avatar Derek Chen Committed by Gerrit - the friendly Code Review server
Browse files

hal: support automotive card in snd monitor

Add support for automotive sound card
SAx155 in snd monitor driver for sound
card state callback during SSR.

Change-Id: I73ef050588ee61aa58c4896eed2c2c05fbd40fde
parent 4323029d
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;
        }