Lines Matching refs:mixer_mutex

126 	mutex_lock(&chip->mgr->mixer_mutex);  in pcxhr_analog_vol_get()
134 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_get()
145 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
184 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
208 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
211 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
220 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
234 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
368 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
375 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
389 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
408 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
432 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
435 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
447 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
459 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
481 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
484 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
495 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
508 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
531 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
534 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
545 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
561 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
687 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
696 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
776 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
797 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
830 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
841 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
934 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
950 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
1004 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1016 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1121 mutex_init(&mgr->mixer_mutex); /* can be in another place */ in pcxhr_create_mixer()