Lines Matching refs:mixer_mutex
113 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_get()
121 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_get()
132 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
171 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_analog_vol_put()
195 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
198 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_get()
207 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
221 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_sw_put()
355 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
362 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_get()
376 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
395 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_vol_put()
419 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
422 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_get()
434 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
446 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_pcm_sw_put()
468 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
471 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_get()
482 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
495 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_vol_put()
518 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
521 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_get()
532 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
548 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_monitor_sw_put()
674 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
683 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_audio_src_put()
763 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
784 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_type_put()
817 mutex_lock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
828 mutex_unlock(&mgr->mixer_mutex); in pcxhr_clock_rate_get()
921 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
937 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_get()
991 mutex_lock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1003 mutex_unlock(&chip->mgr->mixer_mutex); in pcxhr_iec958_put()
1108 mutex_init(&mgr->mixer_mutex); /* can be in another place */ in pcxhr_create_mixer()