diff options
author | cg <cg@FreeBSD.org> | 2002-11-26 18:16:27 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2002-11-26 18:16:27 +0000 |
commit | 100044adf505a4d3825eed40ec34ffa1c2397863 (patch) | |
tree | 01615333aa73f1ad990e993c2707e1be279f58af /sys/dev/sound/pcm/mixer.c | |
parent | 6566f8bda92ab53c67dd4d818a5233f949d12820 (diff) | |
download | FreeBSD-src-100044adf505a4d3825eed40ec34ffa1c2397863.zip FreeBSD-src-100044adf505a4d3825eed40ec34ffa1c2397863.tar.gz |
(hopefully) fix build breakage some people are seeing
Approved by: re
Diffstat (limited to 'sys/dev/sound/pcm/mixer.c')
-rw-r--r-- | sys/dev/sound/pcm/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 7c1bd04..182d290 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -47,7 +47,7 @@ struct snd_mixer { u_int32_t recsrc; u_int16_t level[32]; char name[MIXER_NAMELEN]; - void *lock; + struct mtx *lock; }; static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = { |