Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c2454 int verb_count = 0, device_count = 0, mod_count = 0, index = -1, ret = 0; in parse_single_config_format() local
2510 verb_list[index].mod_count = 0; in parse_single_config_format()
2563 if (mod_count == 0) { in parse_single_config_format()
2564 mod_count = get_num_mod_config_format(next_str); in parse_single_config_format()
2566 malloc((mod_count+1)*sizeof(card_mctrl_t)); in parse_single_config_format()
2572 (char **)malloc((mod_count+1)*sizeof(char *)); in parse_single_config_format()
2575 verb_list[0].mod_count = 0; in parse_single_config_format()
2583 (verb_list[0].mod_count - 1)); in parse_single_config_format()
2592 verb_list[0].modifier_list[(verb_list[0].mod_count - 1)] in parse_single_config_format()
2644 verb_list[0].modifier_list[verb_list[0].mod_count] = verb_ptr; in parse_single_config_format()
[all …]
Dmsm8960_use_cases.h141 int mod_count; member