summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-11-06 02:37:28 +0000
committercg <cg@FreeBSD.org>2000-11-06 02:37:28 +0000
commit152326a12730e952882888452ef0ea8b3c94ed4f (patch)
treef5625da7a73213f852e9f40d8bb0371e4f35743e /sys/dev
parentd75ad8a75b9fa819e041783dbd2344b41799e1c0 (diff)
downloadFreeBSD-src-152326a12730e952882888452ef0ea8b3c94ed4f.zip
FreeBSD-src-152326a12730e952882888452ef0ea8b3c94ed4f.tar.gz
fix es1370 mixer by adding reinit function to it's mixer function list.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/es137x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 3764e15..2b736c2 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -194,6 +194,7 @@ static snd_mixer es1370_mixer = {
"AudioPCI 1370 mixer",
es1370_mixinit,
NULL,
+ NULL,
es1370_mixset,
es1370_mixsetrecsrc,
};
OpenPOWER on IntegriCloud