summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1520-34/+25
* Remove NULL allocation checking since malloc() is allow to wait.ariff2007-03-151-2/+0
* NULL instead of 0 in mtx_init() .ariff2007-03-152-5/+5
* 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
* Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).ariff2007-03-061-0/+17
* Quick bandaid for possible broken multiple playback channels implementation.ariff2007-03-051-4/+5
* semi-automatic style(9)netchild2007-02-2510-1328/+1377
* 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-234-13/+40
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.ariff2007-02-231-1/+1
* MFp4 (114068):netchild2007-02-2326-43/+70
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-236-12/+26
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* Orion originally wrote and added these files in 2002/2003, so with hisjoel2007-02-042-2/+4
* Remove dead email address.joel2007-02-023-3/+3
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-012-0/+13
OpenPOWER on IntegriCloud