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

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

Merge "hal: remove assertion for unsupported sound card"

parents 6fd52e8d 834543bc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -261,8 +261,7 @@ void *hw_info_init(const char *snd_card_name)
        ALOGV("8084 - variant soundcard");
        update_hardware_info_8084(hw_info, snd_card_name);
    } else {
        ALOGE("%s: Unupported target %s:",__func__, snd_card_name);
        CHECK(0);
        ALOGE("%s: Unsupported target %s:",__func__, snd_card_name);
        free(hw_info);
        hw_info = NULL;
    }
+1 −2
Original line number Diff line number Diff line
@@ -285,8 +285,7 @@ void *hw_info_init(const char *snd_card_name)
        ALOGV("8084 - variant soundcard");
        update_hardware_info_8084(hw_info, snd_card_name);
    } else {
        ALOGE("%s: Unupported target %s:",__func__, snd_card_name);
        CHECK(0);
        ALOGE("%s: Unsupported target %s:",__func__, snd_card_name);
        free(hw_info);
        hw_info = NULL;
    }