diff options
author | Cameron Grant <cg@FreeBSD.org> | 2002-11-26 18:16:27 +0000 |
---|---|---|
committer | Cameron Grant <cg@FreeBSD.org> | 2002-11-26 18:16:27 +0000 |
commit | 00acb1337ed9de89673fe2d1fc560424260077e7 (patch) | |
tree | 01615333aa73f1ad990e993c2707e1be279f58af /sys/dev/sound/pci/emu10k1.c | |
parent | 8b5f8b061ad7b8613dd35f86db53f2e8d37e0f8c (diff) |
Notes
Diffstat (limited to 'sys/dev/sound/pci/emu10k1.c')
-rw-r--r-- | sys/dev/sound/pci/emu10k1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index 0448e8a7cc64f..e9c99cb41b13c 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -96,7 +96,7 @@ struct sc_info { struct resource *reg, *irq; void *ih; - void *lock; + struct mtx *lock; unsigned int bufsz; int timer, timerinterval; |