summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
* recognise ct5880-ecg2002-04-281-1/+7
* Cast another bus_addr_t to long long for a printf to quiet a warning onjhb2002-04-161-1/+2
* Recognize the AC97 interface to the onboard sound controller on the Nvidiajhb2002-04-151-0/+4
* Use bus_addr_t instead of u_int for local variables that are derived fromjhb2002-04-151-5/+5
* Remove a spurious warning as x is always initialised before use.roberto2002-04-151-1/+1
* Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-044-4/+4
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* Add support for VT8233.orion2002-03-012-75/+200
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-272-3/+3
* Change ich_calibrate to busy wait on buffer fill level and use a moreorion2002-01-181-40/+77
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-041-2/+4
* - Do not uiomove with a mutex locked.tanimura2002-01-011-9/+19
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Nitlets.orion2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Add suspend/resume support.iwasaki2001-11-241-4/+67
* Fix typo introduced with last commit.orion2001-11-221-5/+3
* Correct extmode initialization.orion2001-11-211-4/+6
* Set extmode according to extcaps. Fixes codec sample rate failuresorion2001-11-211-2/+2
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thepeter2001-11-031-1/+5
OpenPOWER on IntegriCloud