aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcm
Commit message (Expand)AuthorAgeFilesLines
* These files have been repo-copied to dev/sound/* (making way for pcmPeter Wemm1999-11-2128-11278/+0
* Rename es1370.c to es137x.c and merge in the patches to supportRoger Hardiman1999-11-191-17/+390
* this is a full fix for writes not aligned to the sample size selected.Cameron Grant1999-11-153-22/+39
* set default ogain to 50 since some sb cards produce no sound at 0Cameron Grant1999-11-151-0/+1
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionPeter Wemm1999-11-151-1/+1
* Remove duplicate entry for ADS7180 - it's meant to be handled by thePeter Wemm1999-11-151-4/+0
* Remove some printfs and make it slightly more paranoid about acceptingDoug Rabson1999-11-151-13/+12
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().Doug Rabson1999-11-134-17/+218
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.Seigo Tanimura1999-11-071-3/+3
* The unit of sndstat is fixed to zero.Seigo Tanimura1999-11-061-1/+1
* Fix for multiple pcm devices.Seigo Tanimura1999-11-031-10/+10
* Call make_dev() to shut up the warning.Seigo Tanimura1999-11-011-1/+12
* The total uiomoved size is accumulated in c, not tmp.Seigo Tanimura1999-10-311-2/+2
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".David E. O'Brien1999-10-161-0/+3
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-122-6/+5
* Bring support for opti931 in from the old driver.Doug Rabson1999-10-121-5/+32
* Make interrupts shareable with RF_SHAREABLE. This is untested, butWarner Losh1999-10-091-1/+1
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.Warner Losh1999-10-092-2/+2
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".David E. O'Brien1999-10-031-1/+4
* Add ID for ESS ES1869.Doug Rabson1999-09-291-0/+4
* * add a non-reset device- will not reset the channel on open. youCameron Grant1999-09-287-26/+53
* add a missing blank lineCameron Grant1999-09-281-1/+2
* seperate the ad1816 driver from the mss driver since it shares no codeCameron Grant1999-09-284-411/+707
* Add another ID for the AWE64.Doug Rabson1999-09-281-0/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* 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-072-9/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* incorporate better ess supportCameron Grant1999-09-041-70/+277
* 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-0121-0/+6241
* mss and sb drivers updated for newpcmCameron Grant1999-09-014-3355/+2807
* Add support for ASound Gold card using the ALS120Roger Hardiman1999-05-271-4/+8
* Fix dev_t/minor problemsPeter Wemm1999-05-122-14/+21
* 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-312-27/+11
* Support ESS1868 (and probably ESS688 & ESS1668).Brian Somers1998-12-102-55/+108
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-5/+6
* 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-041-8/+0