Loading hal/msm8916/hw_info.c +6 −0 Original line number Diff line number Diff line Loading @@ -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__); } Loading Loading
hal/msm8916/hw_info.c +6 −0 Original line number Diff line number Diff line Loading @@ -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__); } Loading