• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/

Lines Matching defs:mgr

331 	err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
359 mutex_lock(&chip->mgr->mixer_mutex);
367 mutex_unlock(&chip->mgr->mixer_mutex);
377 mutex_lock(&chip->mgr->mixer_mutex);
388 mutex_unlock(&chip->mgr->mixer_mutex);
419 mutex_lock(&chip->mgr->mixer_mutex);
422 mutex_unlock(&chip->mgr->mixer_mutex);
430 mutex_lock(&chip->mgr->mixer_mutex);
438 mutex_unlock(&chip->mgr->mixer_mutex);
756 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(status), &status);
799 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);
871 mutex_unlock(&chip->mgr->mixer_mutex);
896 mutex_lock(&chip->mgr->mixer_mutex);
901 mutex_unlock(&chip->mgr->mixer_mutex);
913 mutex_lock(&chip->mgr->mixer_mutex);
923 mutex_unlock(&chip->mgr->mixer_mutex);
957 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
972 mutex_lock(&chip->mgr->mixer_mutex);
975 mutex_unlock(&chip->mgr->mixer_mutex);
984 mutex_lock(&chip->mgr->mixer_mutex);
992 mutex_unlock(&chip->mgr->mixer_mutex);
1014 mutex_lock(&chip->mgr->mixer_mutex);
1017 mutex_unlock(&chip->mgr->mixer_mutex);
1026 mutex_lock(&chip->mgr->mixer_mutex);
1043 snd_mixart_kill_ref_pipe( chip->mgr, &chip->pipe_in_ana, 1); /* release the capture pipe for monitoring */
1044 snd_mixart_kill_ref_pipe( chip->mgr, &chip->pipe_out_ana, 1); /* release the playback pipe for monitoring */
1048 mutex_unlock(&chip->mgr->mixer_mutex);
1073 int snd_mixart_create_mixer(struct mixart_mgr *mgr)
1078 mutex_init(&mgr->mixer_mutex); /* can be in another place */
1080 for(i=0; i<mgr->num_cards; i++) {
1082 chip = mgr->chip[i];
1116 if(mgr->board_type == MIXART_DAUGHTER_TYPE_AES) {
1135 if(mgr->board_type == MIXART_DAUGHTER_TYPE_AES) {