hal: Add 8916 qrd skuhf sound card detection
Add 8916 qrd skuhf sound card detection
Split mixer control for qrd skuhf.
CRs-Fixed: 681080
Change-Id: Ibfd15b8b7c365b3f8f22bc3e8b60e2a48f805c0b
diff --git a/hal/msm8916/hw_info.c b/hal/msm8916/hw_info.c
index cd95f61..723881f 100644
--- a/hal/msm8916/hw_info.c
+++ b/hal/msm8916/hw_info.c
@@ -149,6 +149,12 @@
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-skuhf-snd-card")) {
+ strlcpy(hw_info->type, "skuhf", 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 if (!strcmp(snd_card_name, "msm8939-snd-card")) {
strlcpy(hw_info->type, "", sizeof(hw_info->type));
strlcpy(hw_info->name, "msm8939", sizeof(hw_info->name));