aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewPeter Wemm1999-09-191-7/+7
* Make sure that opti931's and guspnp's use the right offset from their ports.Doug Rabson1999-09-101-0/+2
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingCameron Grant1999-09-081-1/+2
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-074-11/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-09-053-3/+3
* incorporate better ess supportCameron Grant1999-09-043-207/+828
* handle uiomove better in feed_rootCameron Grant1999-09-041-6/+9
* bugfix: deallocate channels properly if no read/write ops between open/closeCameron Grant1999-09-041-1/+2
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0124-24/+24
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrCameron Grant1999-09-0119-0/+5564
* mss and sb drivers updated for newpcmCameron Grant1999-09-016-5558/+4512
* Add support for ASound Gold card using the ALS120Roger Hardiman1999-05-273-12/+24
* Fix dev_t/minor problemsPeter Wemm1999-05-124-26/+39
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.Peter Wemm1999-05-091-0/+2
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylePeter Wemm1999-05-061-4/+4
* Operator precedence bugPeter Wemm1999-05-021-1/+1
* Fix YMF719 detection (report by jose@we.lc.ehu.es).Luigi Rizzo1999-01-041-4/+9
* Bring in ad1816 patches from German Tischler.Luigi Rizzo1999-01-042-5/+572
* Extend the callback mechanism and add hooks to support PCI cards.Luigi Rizzo1998-12-314-37/+11
* Support ESS1868 (and probably ESS688 & ESS1668).Brian Somers1998-12-104-135/+294
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-044-7/+10
* Add a missing newlineLuigi Rizzo1998-11-141-1/+1
* Add entry for AOpen AW37Luigi Rizzo1998-11-101-0/+6
* Remove an error message from sb interrupt driver -- itLuigi Rizzo1998-11-043-24/+0
* Make that annoying "device busy" message dependent on DEBUG (using theDag-Erling Smørgrav1998-10-083-3/+3
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.Dag-Erling Smørgrav1998-10-041-1/+1
* Removed duplicate case.Alexander Langer1998-10-031-1/+0
* Update the pcm driver to the most recent version. This shouldLuigi Rizzo1998-10-026-304/+693
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-Dag-Erling Smørgrav1998-09-301-0/+3
* Renambed sbintr to sb_intr to avoid a conflict with the (nowBruce Evans1998-06-173-15/+15
* Correct even more ioctl breakage :(Søren Schmidt1998-06-084-4/+4
* Add support for the Yamaha YMF-719.Steve Price1998-05-101-1/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* there is a minor bug in sb_dsp.c -- the driverNate Williams1998-02-213-3/+0
* - Updated to Luigi's 2-15-98 code. The code in 2.2 is the same except forNate Williams1998-02-174-7/+46
* Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15thMarc G. Fournier1998-02-175-413/+553
* update of Luigi's sound drivers...John-Mark Gurney1997-11-235-224/+491
* This updates Luigi's sound code to the basic code in snd971023...John-Mark Gurney1997-10-316-430/+637
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likePeter Wemm1997-09-211-11/+24
* Fix a comment-within-a-commentPeter Wemm1997-09-213-3/+3
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-184-44/+30
* Import of Luigi Rizzo's sound code. For more information about the driverJohn-Mark Gurney1997-09-146-0/+5386