Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c3483 char *p, *ps, *pmv, temp_coeff[20]; in snd_ucm_extract_controls() local
3558 snprintf(temp_coeff, sizeof(temp_coeff),"%lu", temp); in snd_ucm_extract_controls()
3560 (char *)malloc((strlen(temp_coeff)+1)*sizeof(char)); in snd_ucm_extract_controls()
3561 strlcpy(list->mulval[index], temp_coeff, in snd_ucm_extract_controls()
3562 (strlen(temp_coeff)+1)); in snd_ucm_extract_controls()