HomeSort by relevance Sort by last modified time
    Searched refs:card_ctxt_ptr (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 117 pthread_mutex_lock(&uc_mgr->card_ctxt_ptr->card_lock);
119 (uc_mgr->snd_card_index < 0) || (uc_mgr->card_ctxt_ptr == NULL)) {
121 pthread_mutex_unlock(&uc_mgr->card_ctxt_ptr->card_lock);
126 while(strncmp(uc_mgr->card_ctxt_ptr->verb_list[index],
129 uc_mgr->card_ctxt_ptr->verb_list[index]);
132 *list = (char ***)uc_mgr->card_ctxt_ptr->verb_list;
133 pthread_mutex_unlock(&uc_mgr->card_ctxt_ptr->card_lock);
136 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb,
139 pthread_mutex_unlock(&uc_mgr->card_ctxt_ptr->card_lock);
142 verb_list = uc_mgr->card_ctxt_ptr->use_case_verb_list
    [all...]
msm8960_use_cases.h 172 card_ctxt_t *card_ctxt_ptr; member in struct:snd_use_case_mgr

Completed in 30 milliseconds