From 688ca063da3dbbb3a0ffcba355eb91a4d70e7c70 Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Wed, 20 Dec 2000 05:21:17 +0000 Subject: [PATCH] fix a debugging leftover (min speed=48khz) --- sys/dev/sound/pci/emu10k1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index 2e46ede1a88..e199446371c 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -158,7 +158,7 @@ static u_int32_t emu_pfmt[] = { 0 }; -static pcmchan_caps emu_playcaps = {48000, 48000, emu_pfmt, 0}; +static pcmchan_caps emu_playcaps = {4000, 48000, emu_pfmt, 0}; static int adcspeed[8] = {48000, 44100, 32000, 24000, 22050, 16000, 11025, 8000};