Home
last modified time | relevance | path

Searched refs:form_factor (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Daudio_extn.c35 .form_factor = {0},
53 char *form_factor = NULL; in audio_extn_set_snd_card_split() local
74 form_factor = strtok_r(NULL, "-", &tmp); in audio_extn_set_snd_card_split()
75 if (form_factor == NULL) { in audio_extn_set_snd_card_split()
79 strlcpy(cur_snd_card_split.form_factor, form_factor, HW_INFO_ARRAY_MAX_SIZE); in audio_extn_set_snd_card_split()
82 __func__, in_snd_card_name, device, snd_card, form_factor); in audio_extn_set_snd_card_split()
Daudio_extn.h27 char form_factor[HW_INFO_ARRAY_MAX_SIZE]; member
/hardware/qcom/audio/hal/msm8974/
Dhw_info.c68 __func__, tmp_handle->device, tmp_handle->snd_card, tmp_handle->form_factor); in update_hardware_info_8996()
71 snprintf(hw_info->type, sizeof(hw_info->type), " %s", tmp_handle->form_factor); in update_hardware_info_8996()
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor); in update_hardware_info_8996()
74 if (!strncmp(tmp_handle->form_factor, "fluid", sizeof("fluid"))) { in update_hardware_info_8996()
77 } else if (!strncmp(tmp_handle->form_factor, "liquid", sizeof("liquid"))) { in update_hardware_info_8996()
80 } else if (!strncmp(tmp_handle->form_factor, "db", sizeof("db"))) { in update_hardware_info_8996()
84 … ALOGW("%s: %s form factor doesnt need mixer path over ride", __func__, tmp_handle->form_factor); in update_hardware_info_8996()
Dplatform.c1014 snd_split_handle->form_factor); in platform_init()
1029 snd_split_handle->form_factor); in platform_init()