diff options
Diffstat (limited to 'sys/dev/sound/pci/maestro.c')
-rw-r--r-- | sys/dev/sound/pci/maestro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index 8b1343f..c479171 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -110,7 +110,7 @@ struct agg_info { bus_addr_t baseaddr; struct ac97_info *codec; - void *lock; + struct mtx *lock; unsigned int bufsz; u_int playchns, active; |