| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
signals delivered to a process writing to the audio device the
system: if you try
cat /dev/zero > /dev/dsp (or cat /dev/zero > /dev/pcaudio)
and press Ctrl-C : for a second or two the system appears to freeze
(e.g. the cursor will disappear if you move the mouse, xclock
blocks, etc.). I think that interrupts etc. still run so the problem
is not too terrible, but still annoying
[ The problems appears to also be in isa/pcaudio.c, though that is ignored ]
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
|
| |
|
|
|
|
|
|
|
|
| |
select/poll and DEVFS changes, which are limited to an include/define
in sound.h and the actual select/poll implementation in sound.c
[ This commit is blind, but the code is similar enough that there will
hopefully be no problems. ]
|
| |
|
|
|
|
|
|
|
| |
version as soon as I've tested it...
Installed/tested on my home machine...any problems, please report directly
to me.
|
| |
|
|
|
|
| |
(patch origianlly from luigi)
|
|
|
|
| |
this updates to 971117 plus a small sb change that was after that release..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes:
o rip the old select from his distribution to prevent extra pollution
o the code now uses audio dma, helps reduce clicks
o improved card support, should work in full duplex on sb16 cards
o add better voxware ioctl support pointed out by Joao Carlos Mendes
Luis <jonny@coppe.ufrj.br>
o remove an unused file that I included for more complete history
o and MANY other changes
I have personally tested this code with a CS4237 based card and an AWE32
(non-PnP). Both cards worked fine in 8bit and 16bit mode.
|
|
|
|
|
|
| |
the normal CS4326 except that it's had it's ID's tweaked for some reason)
Also mark the device as alive in the attach routine so that the pnp system
doesn't think the attach failed.
|
| |
|
|
|
|
| |
kern_descrip.c when the user does an fcntl(.., F_SETFL, ...).
|
|
|
|
|
|
|
|
| |
that I've done this properly, it does work though :) )...
a few minor fixes to code
part-Submitted-by: Luigi
|
| |
|
|
|
|
|
|
|
| |
device pcm0 from being loaded into the kernel at the same time. As
this generates compilation errors, I just error out.
Requested-by: Jordan
|
|
check out the README that is included.
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
|