Lines Matching defs:mgr
317 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
347 mutex_lock(&chip->mgr->mixer_mutex);
355 mutex_unlock(&chip->mgr->mixer_mutex);
365 mutex_lock(&chip->mgr->mixer_mutex);
388 mutex_unlock(&chip->mgr->mixer_mutex);
412 mutex_lock(&chip->mgr->mixer_mutex);
415 mutex_unlock(&chip->mgr->mixer_mutex);
423 mutex_lock(&chip->mgr->mixer_mutex);
434 mutex_unlock(&chip->mgr->mixer_mutex);
752 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(status), &status);
797 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(status), &status);
828 mutex_lock(&chip->mgr->mixer_mutex);
839 mutex_unlock(&chip->mgr->mixer_mutex);
852 mutex_lock(&chip->mgr->mixer_mutex);
881 mutex_unlock(&chip->mgr->mixer_mutex);
906 mutex_lock(&chip->mgr->mixer_mutex);
911 mutex_unlock(&chip->mgr->mixer_mutex);
923 mutex_lock(&chip->mgr->mixer_mutex);
937 mutex_unlock(&chip->mgr->mixer_mutex);
971 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
988 mutex_lock(&chip->mgr->mixer_mutex);
991 mutex_unlock(&chip->mgr->mixer_mutex);
1000 mutex_lock(&chip->mgr->mixer_mutex);
1010 mutex_unlock(&chip->mgr->mixer_mutex);
1032 mutex_lock(&chip->mgr->mixer_mutex);
1035 mutex_unlock(&chip->mgr->mixer_mutex);
1044 mutex_lock(&chip->mgr->mixer_mutex);
1069 snd_mixart_kill_ref_pipe(chip->mgr,
1072 snd_mixart_kill_ref_pipe(chip->mgr,
1077 mutex_unlock(&chip->mgr->mixer_mutex);
1102 int snd_mixart_create_mixer(struct mixart_mgr *mgr)
1107 mutex_init(&mgr->mixer_mutex); /* can be in another place */
1109 for(i=0; i<mgr->num_cards; i++) {
1111 chip = mgr->chip[i];
1145 if(mgr->board_type == MIXART_DAUGHTER_TYPE_AES) {
1164 if(mgr->board_type == MIXART_DAUGHTER_TYPE_AES) {