summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2002-11-26 18:16:27 +0000
committercg <cg@FreeBSD.org>2002-11-26 18:16:27 +0000
commit100044adf505a4d3825eed40ec34ffa1c2397863 (patch)
tree01615333aa73f1ad990e993c2707e1be279f58af /sys/dev/sound/pcm/sound.c
parent6566f8bda92ab53c67dd4d818a5233f949d12820 (diff)
downloadFreeBSD-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/sound.c')
-rw-r--r--sys/dev/sound/pcm/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index 1284947..2b77684 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -50,7 +50,7 @@ struct snddev_info {
char status[SND_STATUSLEN];
struct sysctl_ctx_list sysctl_tree;
struct sysctl_oid *sysctl_tree_top;
- void *lock;
+ struct mtx *lock;
};
devclass_t pcm_devclass;
OpenPOWER on IntegriCloud