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

Commit bf12ccf1 authored by Walter Yang's avatar Walter Yang
Browse files

hal: Add 8916 qrd skui sound card detection

- Add 8916 qrd skui sound card detection

Change-Id: I786e7673194b4f173f7909d8916de91234972768
parent 85a9de84
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -137,6 +137,12 @@ static void update_hardware_info_8x16(struct hardware_info *hw_info, const char
        hw_info->snd_devices = NULL;
        hw_info->num_snd_devices = 0;
        strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn));
    } else if (!strcmp(snd_card_name, "msm8x16-skui-snd-card")) {
        strlcpy(hw_info->type, "skui", sizeof(hw_info->type));
        strlcpy(hw_info->name, "msm8x16", sizeof(hw_info->name));
        hw_info->snd_devices = NULL;
        hw_info->num_snd_devices = 0;
        strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn));
    } else {
        ALOGW("%s: Not an  8x16 device", __func__);
    }