Lines Matching refs:current_verb
136 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()
143 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()
160 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()
167 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()
291 if (uc_mgr->card_ctxt_ptr->current_verb != NULL) { in snd_use_case_get()
292 *value = strdup(uc_mgr->card_ctxt_ptr->current_verb); in snd_use_case_get()
318 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get()
321 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_get()
378 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get()
382 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_get()
414 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get()
418 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_get()
586 if ((!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_apply_voice_acdb()
588 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_apply_voice_acdb()
617 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_apply_voice_acdb()
620 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_apply_voice_acdb()
724 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, SND_UCM_END_OF_LIST, 3)) || in get_use_case_index()
727 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in get_use_case_index()
777 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, SND_UCM_END_OF_LIST, 3)) || in snd_use_case_apply_mixer_controls()
780 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_apply_mixer_controls()
1127 if (strncmp(uc_mgr->card_ctxt_ptr->current_verb, SND_USE_CASE_VERB_INACTIVE, in set_controls_of_device_for_all_usecases()
1132 capability == getUseCaseType(uc_mgr->card_ctxt_ptr->current_verb) || in set_controls_of_device_for_all_usecases()
1133 getUseCaseType(uc_mgr->card_ctxt_ptr->current_verb) == CAP_VOICE) { in set_controls_of_device_for_all_usecases()
1134 strlcpy(use_case, uc_mgr->card_ctxt_ptr->current_verb, in set_controls_of_device_for_all_usecases()
1176 strlcpy(use_case, uc_mgr->card_ctxt_ptr->current_verb, in set_controls_of_device_for_all_usecases()
1181 getUseCaseType(uc_mgr->card_ctxt_ptr->current_verb) || in set_controls_of_device_for_all_usecases()
1182 getUseCaseType(uc_mgr->card_ctxt_ptr->current_verb) == in set_controls_of_device_for_all_usecases()
1476 if (strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_set()
1480 uc_mgr->card_ctxt_ptr->current_verb, 0, CTRL_LIST_VERB); in snd_use_case_set()
1483 uc_mgr->card_ctxt_ptr->current_verb); in snd_use_case_set()
1485 strlcpy(uc_mgr->card_ctxt_ptr->current_verb, value, MAX_STR_LEN); in snd_use_case_set()
1488 if (strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_set()
1493 uc_mgr->card_ctxt_ptr->current_verb, 1, CTRL_LIST_VERB); in snd_use_case_set()
1701 if (strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_set_case()
1704 uc_mgr->card_ctxt_ptr->current_verb, usecase, in snd_use_case_set_case()
1708 uc_mgr->card_ctxt_ptr->current_verb); in snd_use_case_set_case()
1710 strlcpy(uc_mgr->card_ctxt_ptr->current_verb, value, MAX_STR_LEN); in snd_use_case_set_case()
1713 if (strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_set_case()
1737 uc_mgr->card_ctxt_ptr->current_verb, usecase, in snd_use_case_set_case()
1792 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_set_case()
1799 uc_mgr->card_ctxt_ptr->current_verb, MAX_STR_LEN)) { in snd_use_case_set_case()
1957 strlcpy(uc_mgr_ptr->card_ctxt_ptr->current_verb, in snd_use_case_mgr_open()
2075 if(strncmp(uc_mgr->card_ctxt_ptr->current_verb, SND_USE_CASE_VERB_INACTIVE, in snd_use_case_mgr_reset()
2078 uc_mgr->card_ctxt_ptr->current_verb, 0, CTRL_LIST_VERB); in snd_use_case_mgr_reset()
2081 uc_mgr->card_ctxt_ptr->current_verb); in snd_use_case_mgr_reset()
2082 strlcpy(uc_mgr->card_ctxt_ptr->current_verb, SND_USE_CASE_VERB_INACTIVE, in snd_use_case_mgr_reset()