Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c325 while(strncmp(ctrl_list[index].case_name, ident2, in snd_use_case_get()
327 if (!strncmp(ctrl_list[index].case_name, in snd_use_case_get()
388 while(strncmp(ctrl_list[index].case_name, ident2, in snd_use_case_get()
389 MAX_LEN(ctrl_list[index].case_name,ident2))) { in snd_use_case_get()
390 if (!strncmp(ctrl_list[index].case_name, SND_UCM_END_OF_LIST, in snd_use_case_get()
424 while(strncmp(ctrl_list[index].case_name, ident2, strlen(ident2)+1)) { in snd_use_case_get()
425 if (!strncmp(ctrl_list[index].case_name, SND_UCM_END_OF_LIST, in snd_use_case_get()
632 if (strncmp(ident_value, ctrl_list[use_case_index].case_name, in snd_use_case_apply_voice_acdb()
633 (strlen(ctrl_list[use_case_index].case_name)+1))) { in snd_use_case_apply_voice_acdb()
642 while(strncmp(ctrl_list[index].case_name, ident_value, in snd_use_case_apply_voice_acdb()
[all …]
Dmsm8960_use_cases.h113 char *case_name; member
310 static int snd_ucm_extract_name(char *buf, char **case_name);