summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/envy24.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/envy24.c')
-rw-r--r--sys/dev/sound/pci/envy24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c
index 8763011..1ce1be6 100644
--- a/sys/dev/sound/pci/envy24.c
+++ b/sys/dev/sound/pci/envy24.c
@@ -109,7 +109,7 @@ struct cfg_info {
/* device private data */
struct sc_info {
device_t dev;
- void *lock;
+ struct mtx *lock;
/* Control/Status registor */
struct resource *cs;
OpenPOWER on IntegriCloud