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>
This commit is contained in:
Nate Williams 1998-02-21 17:53:04 +00:00
parent 68c4406a91
commit 4bd4f74b5f
5 changed files with 0 additions and 5 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",