FreeBSD Bugzilla – Attachment 13930 Details for
Bug 26304
pcm only plays left channel in FreeBSD 4.3-RC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 514 bytes, created by
davidt
on 2001-04-03 01:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidt
Created:
2001-04-03 01:30:02 UTC
Size:
514 bytes
patch
obsolete
>diff -u -p -r1.15.2.6 -r1.15.2.7 >--- src/sys/dev/sound/pcm/dsp.c 2001/02/03 01:29:11 1.15.2.6 >+++ src/sys/dev/sound/pcm/dsp.c 2001/03/14 15:18:58 1.15.2.7 >@@ -82,6 +82,8 @@ dsp_open(snddev_info *d, int chan, int o > if (chan >= d->chancount) return ENODEV; > if ((d->flags & SD_F_SIMPLEX) && (d->ref[chan] > 0)) return EBUSY; >+ if (d->atype[chan] != 0 && d->atype[chan] != devtype) return EBUSY; >+ > rdch = d->arec[chan]; > wrch = d->aplay[chan]; > if (oflags & FREAD) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26304
: 13930