summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sound/pci/maestro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c
index 6ddf375..2cfd7a4 100644
--- a/sys/dev/sound/pci/maestro.c
+++ b/sys/dev/sound/pci/maestro.c
@@ -1035,6 +1035,7 @@ agg_attach(device_t dev)
if (pcm_register(dev, ess, AGG_MAXPLAYCH, 1))
goto bad;
+ mixer_hwinit(dev);
for (data = 0; data < AGG_MAXPLAYCH; data++)
pcm_addchan(dev, PCMDIR_PLAY, &aggch_class, ess);
#if 0 /* XXX - RECORDING */
OpenPOWER on IntegriCloud