mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
68c4406a91
commit
4bd4f74b5f
5 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue