Lines Matching full:tmp_handle
66 struct snd_card_split *tmp_handle = audio_extn_get_snd_card_split();
68 __func__, tmp_handle->device, tmp_handle->snd_card, tmp_handle->form_factor);
70 strlcpy(hw_info->name, tmp_handle->device, sizeof(hw_info->name));
71 snprintf(hw_info->type, sizeof(hw_info->type), " %s", tmp_handle->form_factor);
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor);
74 if (!strncmp(tmp_handle->form_factor, "fluid", sizeof("fluid"))) {
77 } else if (!strncmp(tmp_handle->form_factor, "liquid", sizeof("liquid"))) {
80 } else if (!strncmp(tmp_handle->form_factor, "db", sizeof("db"))) {
84 ALOGW("%s: %s form factor doesnt need mixer path over ride", __func__, tmp_handle->form_factor);