• Home
  • Raw
  • Download

Lines Matching refs:mixer_mutex

125 	mutex_lock(&chip->mgr->mixer_mutex);  in pcxhr_analog_vol_get()
133 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_get()
144 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
183 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
207 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
210 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
219 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
233 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
366 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
373 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
387 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
406 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
430 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
433 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
445 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
457 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
479 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
482 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
493 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
506 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
529 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
532 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
543 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
559 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
692 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
701 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
788 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
805 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
838 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
849 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
942 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
958 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
1011 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1023 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1128 mutex_init(&mgr->mixer_mutex); /* can be in another place */ in pcxhr_create_mixer()