summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcm
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1998-02-21 17:53:04 +0000
committernate <nate@FreeBSD.org>1998-02-21 17:53:04 +0000
commitd60bc67e8903fbccee898d6486f4e6f649f4cd95 (patch)
tree4b5600aebf7b460de64fafd543d8125fcee3f21e /sys/dev/pcm
parent301c23e5757b384cfc772fe13ad0a477338f129a (diff)
downloadFreeBSD-src-d60bc67e8903fbccee898d6486f4e6f649f4cd95.zip
FreeBSD-src-d60bc67e8903fbccee898d6486f4e6f649f4cd95.tar.gz
there is a minor bug in sb_dsp.c -- the driver
reports ESS cards as able to do 16-bit, but it has no support for it. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
Diffstat (limited to 'sys/dev/pcm')
-rw-r--r--sys/dev/pcm/isa/sb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pcm/isa/sb.c b/sys/dev/pcm/isa/sb.c
index 8af9908..b76df8f 100644
--- a/sys/dev/pcm/isa/sb.c
+++ b/sys/dev/pcm/isa/sb.c
@@ -618,7 +618,6 @@ sb_dsp_init(snddev_info *d, struct isa_device *dev)
printf("ESS1868 (rev %d)\n", rev);
else
printf("ESS688 (rev %d)\n", rev);
- d->audio_fmt |= AFMT_S16_LE; /* in fact it is U16_LE */
break ; /* XXX */
} else {
printf("Unknown card 0x%x 0x%x -- hope it is SBPRO\n",
OpenPOWER on IntegriCloud