From b7d3143b0d13b5ae9e4ed4c3f407f52ae7ab275d Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Mon, 6 Nov 2000 02:37:28 +0000 Subject: [PATCH] fix es1370 mixer by adding reinit function to it's mixer function list. --- sys/dev/sound/pci/es137x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 3764e15e435f..2b736c29c9ae 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, };