summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-053-7/+7
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-052-20/+27
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-035-65/+35
* o Move vendor ids into separate table.orion2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromscottl2003-02-271-0/+1
* Add SigmaTel STAC9750 entry.cognet2003-02-261-0/+1
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* Replicate OSS behaviour when rate settings fails.orion2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.mux2003-02-251-4/+3
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-233-11/+8
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-2018-65/+100
* Back out M_* changes, per decision of the TRB.imp2003-02-1914-25/+25
* Sound devices were being leaked by dsp_open() not actually releasing thegreen2003-02-111-1/+6
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
* - Clean up ISA DMA supports.nyan2003-02-0711-144/+177
OpenPOWER on IntegriCloud