hal: 8939: add support for 8939 skuk device
add entry for 8939 sound card name to load
the mixer controls for 8939.
CRs-Fixed: 676373
Change-Id: Ia96729c66951082353fe59677d1ae5b8e5f5ca6a
diff --git a/hal/msm8916/hw_info.c b/hal/msm8916/hw_info.c
index 9ea86ad..cd95f61 100644
--- a/hal/msm8916/hw_info.c
+++ b/hal/msm8916/hw_info.c
@@ -161,14 +161,8 @@
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-skuh-snd-card")) {
- strlcpy(hw_info->type, "skuh", sizeof(hw_info->type));
- strlcpy(hw_info->name, "msm8939", 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-skui-snd-card")) {
- strlcpy(hw_info->type, "skui", sizeof(hw_info->type));
+ } else if (!strcmp(snd_card_name, "msm8939-snd-card-skuk")) {
+ strlcpy(hw_info->type, "skuk", sizeof(hw_info->type));
strlcpy(hw_info->name, "msm8939", sizeof(hw_info->name));
hw_info->snd_devices = NULL;
hw_info->num_snd_devices = 0;