diff options
Diffstat (limited to 'include/sound/vx_core.h')
-rw-r--r-- | include/sound/vx_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/vx_core.h b/include/sound/vx_core.h index 5fd6f33..9821a61 100644 --- a/include/sound/vx_core.h +++ b/include/sound/vx_core.h @@ -206,7 +206,7 @@ struct vx_core { int audio_monitor[4]; /* playback hw-monitor level */ unsigned char audio_monitor_active[4]; /* playback hw-monitor mute/unmute */ - struct semaphore mixer_mutex; + struct mutex mixer_mutex; const struct firmware *firmware[4]; /* loaded firmware data */ }; |