diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-12-20 05:21:17 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-12-20 05:21:17 +0000 |
| commit | 688ca063da3dbbb3a0ffcba355eb91a4d70e7c70 (patch) | |
| tree | cb8e54cc844a85f540c5c5b90215b13d18895dba | |
| parent | 7509f91abab7959cb7489c55301b38370e9f6034 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pci/emu10k1.c | 2 |
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}; |
