summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* A couple of months' worth of back-burner hacking: restructure to betterdes2003-10-122-89/+189
* Fixed world breakage in previous commit. Somehow the wrong include wasbde2003-09-171-1/+1
* Don't include another driver's private reg.h file (sioreg.h). Includingbde2003-09-162-2/+0
* Correctly reset ich[3-5] sound cards on resume. This fixes audio playbacknjl2003-09-151-0/+30
* update my email address.cg2003-09-0736-37/+37
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0219-41/+41
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add Creative EV1938.orion2003-08-291-0/+2
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* When present use ogain instead of master for surround sound channels.orion2003-08-231-14/+14
* When calculating the block size to use for a particular sample rate,iedowse2003-08-231-4/+6
* Fix an off-by-one error in feed_monotostereo16() that caused theiedowse2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-2221-43/+43
* Additional VT1616 id.orion2003-08-211-1/+1
* Apply Rudolf Cejka's patch for:orion2003-08-212-47/+42
* Add patch for AD198x.orion2003-08-212-0/+7
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* modify commentscg2003-08-151-3/+11
* disable resume code implementing panic().cg2003-08-141-1/+6
* Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* * support ich5cg2003-07-061-9/+14
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Mega busdma API commit.scottl2003-07-0124-28/+56
* Set a lower bound on fragment size rather than returning a failuremdodd2003-06-261-4/+2
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* Fix lock order reversal when opening device and chn_reset fails.orion2003-05-011-5/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Comment out the mixer entry for igain for the mic 20dB boost for now sincejhb2003-04-231-0/+2
* Add eMicro codec ids.orion2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterorion2003-04-211-18/+50
* Additional malloc failure checks.orion2003-04-203-4/+15
* more style(9) changes.obrien2003-04-201-6/+8
* more style(9) changes.obrien2003-04-201-32/+32
* A few style(9) fixes.obrien2003-04-201-50/+50
* Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
* Perform warm or cold reset AC97 per the spec depending on state of theorion2003-04-172-22/+49
* Fix bogus maxsegsz parameter for bus_dma_tag_create().simokawa2003-04-161-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-162-2/+0
* Additional codec ids.orion2003-04-041-0/+6
* Fix mismatch between bus address stored for buffer descriptors andorion2003-04-041-3/+8
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
OpenPOWER on IntegriCloud