Home
last modified time | relevance | path

Searched refs:pmv (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
3544 pmv = strtok_r(p, " ", &temp_vol_ptr); in snd_ucm_extract_controls()
3545 while (pmv != NULL) { in snd_ucm_extract_controls()
3547 (char *)malloc((strlen(pmv)+1)*sizeof(char)); in snd_ucm_extract_controls()
3548 strlcpy(list->mulval[index], pmv, (strlen(pmv)+1)); in snd_ucm_extract_controls()
3550 pmv = strtok_r(NULL, " ", &temp_vol_ptr); in snd_ucm_extract_controls()
3551 if (pmv == NULL) in snd_ucm_extract_controls()
3555 pmv = strtok_r(p, " ", &temp_vol_ptr); in snd_ucm_extract_controls()
3556 while (pmv != NULL) { in snd_ucm_extract_controls()
3557 temp = strtoul(pmv, &ps, 16); in snd_ucm_extract_controls()
[all …]