summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Spelling fix for interupt -> interruptkevlo2007-10-124-4/+4
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-124-516/+1251
* Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* - Add codec id for Realtek ALC268.ariff2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingariff2007-07-091-12/+27
* Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* - Fix input/microphone support for ASUS A8N-VMCSM series.ariff2007-07-012-39/+109
* Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.ariff2007-06-181-1/+4
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-1719-96/+21
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-28/+30
* Drain all callout handlers during driver detach appropriately.ariff2007-06-144-17/+32
* Don't push too hard waiting/looping for codec detection interrupt.ariff2007-06-141-8/+11
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1120-18/+60
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-045-13/+13
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-022-15/+8
* Don't rely on pcm_channel index numbering while doing sequential channelariff2007-05-301-10/+21
* - Enable soft pcm volume flag early to ensure it not being clobberedariff2007-05-281-4/+4
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-272-2/+3
* Bring in a bunch of bug fixes and some code to support more chipsets.joel2007-05-276-19/+246
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* Fix (or rather workaround) Intel 440MX Errata #36ariff2007-05-051-58/+116
* Miscellaneous changes and fix:ariff2007-05-052-312/+999
* Fix use-after-free for DMA tag. Destroy DMA tag later.ariff2007-05-041-3/+4
* Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24htariff2007-04-202-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-1820-26/+26
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-215-23/+44
* Put a temporary bandaid to set/reset uncacheable DMA region (affectedariff2007-03-202-17/+46
* Destroy channel DMA tag during resource cleanup.ariff2007-03-191-1/+4
* Fix (another, more to come) ivar memory leak during driver detach.ariff2007-03-171-9/+17
* [stage: 8/9]ariff2007-03-164-69/+213
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
* NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforceariff2007-03-151-1/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-1516-25/+19
* Add AC97 inverted external amplifier quirk for ASUS A6R laptop.ariff2007-03-131-0/+1
* Fix analog CD connectivity. HP decided to screw pinconfig settings inariff2007-03-111-0/+6
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-073-3/+3
* Quick bandaid for possible broken multiple playback channels implementation.ariff2007-03-051-4/+5
* Fix ALC883 microphone / recording issues. Setting high(er) VRef onariff2007-02-251-4/+95
* - Revert arguments for several functions to pre bus_get_dma_tag()ariff2007-02-234-16/+18
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-231-4/+10
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.ariff2007-02-231-1/+1
* MFp4 (114068):netchild2007-02-2321-38/+60
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-4/+10
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
OpenPOWER on IntegriCloud