summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-033-6/+12
* Remove (accidentally) included types.h .ariff2007-06-021-1/+0
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-024-41/+26
* Separate license from comments.joel2007-06-024-7/+10
* Last major commit and updates for RELENG_7:ariff2007-05-3113-1042/+1808
* Last major commit and updates for RELENG_7:ariff2007-05-315-0/+1254
* 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 "rec" and "igain" introduced by previous commit. Convertariff2007-05-281-1/+1
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-274-4/+6
* 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
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* buf_addr should be bus_addr_t rather than u_int32_t.ariff2007-05-071-1/+1
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
* 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
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-194-20/+59
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-1828-35/+38
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.ariff2007-04-181-3/+3
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
* Revert busy refcount back to int. As a side note, multiple openariff2007-04-021-1/+1
* Disable seq_modevent(). The implementation is incomplete, and causingariff2007-04-021-0/+4
* No need to track every closing instance, and put busy counter to restariff2007-04-021-4/+4
* Provide hint / tunable for possible asynchronous USB execution. Asyncariff2007-04-021-3/+32
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Tell interested readers of the source that the return value is notnetchild2007-03-311-1/+5
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-216-43/+65
* 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
* Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* Fix (another, more to come) ivar memory leak during driver detach.ariff2007-03-171-9/+17
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-172-4/+8
* [stage: 9/9]ariff2007-03-163-14/+160
* [stage: 8/9]ariff2007-03-164-69/+213
* [stage: 7/9]ariff2007-03-161-1/+1
* [stage: 6/9]ariff2007-03-161-115/+147
* [stage: 5/9]ariff2007-03-163-1252/+1225
* [stage: 4/9]ariff2007-03-164-32/+64
* [stage: 3.2/9]ariff2007-03-161-91/+76
* [stage: 3.1/9]ariff2007-03-161-106/+67
* [stage: 2/9]ariff2007-03-161-2/+2
* [stage: 1/9]ariff2007-03-161-34/+46
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-156-47/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
OpenPOWER on IntegriCloud