summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcm
Commit message (Collapse)AuthorAgeFilesLines
* Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-171-5/+5
| | | | | unconditionally declared although it can't be configured together with snd) extern function sbintr.
* Correct even more ioctl breakage :(sos1998-06-082-2/+2
| | | | | Doesn't people check their code before committing anymore, it could at least compile ????
* Add support for the Yamaha YMF-719.steve1998-05-101-1/+4
| | | | | PR: 6348 Submitted by: Yoshiak Uchikawa <yoshiaki@kt.rim.or.jp>
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
|
* there is a minor bug in sb_dsp.c -- the drivernate1998-02-211-1/+0
| | | | | | 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>
* - Updated to Luigi's 2-15-98 code. The code in 2.2 is the same except fornate1998-02-172-5/+18
| | | | | | | | 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. ]
* Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15thscrappy1998-02-173-161/+211
| | | | | | | version as soon as I've tested it... Installed/tested on my home machine...any problems, please report directly to me.
* update of Luigi's sound drivers...jmg1997-11-233-92/+199
| | | | this updates to 971117 plus a small sb change that was after that release..
* This updates Luigi's sound code to the basic code in snd971023...jmg1997-10-314-286/+463
| | | | | | | | | | | | | | 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.
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likepeter1997-09-211-11/+24
| | | | | | 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.
* Fix a comment-within-a-commentpeter1997-09-211-1/+1
|
* update Luigi's driver to poll interface (Peter, you might want to checkjmg1997-09-182-26/+16
| | | | | | | | that I've done this properly, it does work though :) )... a few minor fixes to code part-Submitted-by: Luigi
* Import of Luigi Rizzo's sound code. For more information about the driverjmg1997-09-144-0/+3226
check out the README that is included. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
OpenPOWER on IntegriCloud