summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* 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
* 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
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-052-20/+27
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* 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-2016-65/+89
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* Disable DRA to fix problems with recording.orion2003-01-261-14/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Add nForce2 device id.orion2003-01-131-0/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Do not return(foo()) in void function.semenu2002-12-181-5/+7
* (hopefully) fix build breakage some people are seeingcg2002-11-266-7/+7
* various fixes to eliminate locking warningscg2002-11-251-1/+1
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* Whitespace-only: don't mix tabs and spaces for doing identation.sobomax2002-08-301-16/+16
* Fix a silly off my one error that caused crashes on resume in certainscottl2002-08-291-2/+2
* Add suspend and resume support.orion2002-08-251-8/+45
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-231-1/+1
* Cater for ich4 quirks.orion2002-08-192-9/+29
* Fix VRA configuration.orion2002-08-181-3/+6
* Support for VIA VT8233 audio controller.orion2002-08-172-0/+800
* Remove support for the vt8233. Specs for chipset changed mid-revisionorion2002-08-172-200/+75
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
* Add a quick check that device actually has sound capabilities. The problemsobomax2002-07-301-1/+8
* Fake a resume method for this chip via calling detach/attach. This letsambrisko2002-07-241-1/+10
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
OpenPOWER on IntegriCloud