--- src/sys/dev/sound/pci/emu10k1.c 2007/01/04 21:47:02 1.12 +++ src/sys/dev/sound/pci/emu10k1.c 2007/06/16 20:07:19 1.13 @@ -130,7 +130,7 @@ struct sc_info { struct resource *reg, *irq; void *ih; - struct spinlock *lock; + sndlock_t lock; unsigned int bufsz; int timer, timerinterval;