summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-12-20 05:21:17 +0000
committerCameron Grant <cg@FreeBSD.org>2000-12-20 05:21:17 +0000
commit688ca063da3dbbb3a0ffcba355eb91a4d70e7c70 (patch)
treecb8e54cc844a85f540c5c5b90215b13d18895dba
parent7509f91abab7959cb7489c55301b38370e9f6034 (diff)
Notes
-rw-r--r--sys/dev/sound/pci/emu10k1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c
index 2e46ede1a884..e199446371ce 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};