| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable cmi_midiattach(). The implementation is incomplete, and causing | ariff | 2007-04-08 | 1 | -1/+2 |
* | Revert busy refcount back to int. As a side note, multiple open | ariff | 2007-04-02 | 1 | -1/+1 |
* | Disable seq_modevent(). The implementation is incomplete, and causing | ariff | 2007-04-02 | 1 | -0/+4 |
* | No need to track every closing instance, and put busy counter to rest | ariff | 2007-04-02 | 1 | -4/+4 |
* | Provide hint / tunable for possible asynchronous USB execution. Async | ariff | 2007-04-02 | 1 | -3/+32 |
* | - Don't wakeup() unnecessarily, so the behavior of dead interrupt or | ariff | 2007-04-02 | 1 | -8/+15 |
* | Tell interested readers of the source that the return value is not | netchild | 2007-03-31 | 1 | -1/+5 |
* | Memory leak killing spree, mostly bus_dma(9) related. | ariff | 2007-03-21 | 6 | -43/+65 |
* | Put a temporary bandaid to set/reset uncacheable DMA region (affected | ariff | 2007-03-20 | 2 | -17/+46 |
* | Destroy channel DMA tag during resource cleanup. | ariff | 2007-03-19 | 1 | -1/+4 |
* | Enforce sample size alignment on first direct-copy channel. | ariff | 2007-03-18 | 1 | -5/+9 |
* | Fix (another, more to come) ivar memory leak during driver detach. | ariff | 2007-03-17 | 1 | -9/+17 |
* | Fix long delay closing/syncing issues on mmaped buffer. | ariff | 2007-03-17 | 2 | -4/+8 |
* | [stage: 9/9] | ariff | 2007-03-16 | 3 | -14/+160 |
* | [stage: 8/9] | ariff | 2007-03-16 | 4 | -69/+213 |
* | [stage: 7/9] | ariff | 2007-03-16 | 1 | -1/+1 |
* | [stage: 6/9] | ariff | 2007-03-16 | 1 | -115/+147 |
* | [stage: 5/9] | ariff | 2007-03-16 | 3 | -1252/+1225 |
* | [stage: 4/9] | ariff | 2007-03-16 | 4 | -32/+64 |
* | [stage: 3.2/9] | ariff | 2007-03-16 | 1 | -91/+76 |
* | [stage: 3.1/9] | ariff | 2007-03-16 | 1 | -106/+67 |
* | [stage: 2/9] | ariff | 2007-03-16 | 1 | -2/+2 |
* | [stage: 1/9] | ariff | 2007-03-16 | 1 | -34/+46 |
* | Fix support for ASUS A7T ALC882 laptop (gpio0 quirk). | ariff | 2007-03-16 | 1 | -0/+3 |
* | Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. | ariff | 2007-03-15 | 6 | -47/+3 |
* | - Put some sanity break statement in few missing places. | ariff | 2007-03-15 | 1 | -6/+4 |
* | NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce | ariff | 2007-03-15 | 1 | -1/+3 |
* | Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount | ariff | 2007-03-15 | 20 | -34/+25 |
* | Remove NULL allocation checking since malloc() is allow to wait. | ariff | 2007-03-15 | 1 | -2/+0 |
* | NULL instead of 0 in mtx_init() . | ariff | 2007-03-15 | 2 | -5/+5 |
* | Add AC97 inverted external amplifier quirk for ASUS A6R laptop. | ariff | 2007-03-13 | 1 | -0/+1 |
* | Fix analog CD connectivity. HP decided to screw pinconfig settings in | ariff | 2007-03-11 | 1 | -0/+6 |
* | Fix long standing multi playback/recording issues, caused by | ariff | 2007-03-09 | 1 | -42/+134 |
* | Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL. | kevlo | 2007-03-07 | 3 | -3/+3 |
* | Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially). | ariff | 2007-03-06 | 1 | -0/+17 |
* | Quick bandaid for possible broken multiple playback channels implementation. | ariff | 2007-03-05 | 1 | -4/+5 |
* | semi-automatic style(9) | netchild | 2007-02-25 | 10 | -1328/+1377 |
* | Fix ALC883 microphone / recording issues. Setting high(er) VRef on | ariff | 2007-02-25 | 1 | -4/+95 |
* | - Revert arguments for several functions to pre bus_get_dma_tag() | ariff | 2007-02-23 | 4 | -16/+18 |
* | - Compile time compatibility for pre/post newbus API (intr filter) | ariff | 2007-02-23 | 4 | -13/+40 |
* | Use snd_setup_intr() instead of bus_setup_intr() , like other drivers. | ariff | 2007-02-23 | 1 | -1/+1 |
* | MFp4 (114068): | netchild | 2007-02-23 | 26 | -43/+70 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 6 | -12/+26 |
* | Add codec id for Sigmatel STAC9271D. | ariff | 2007-02-16 | 1 | -2/+4 |
* | Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicit | ariff | 2007-02-14 | 3 | -3/+3 |
* | Orion originally wrote and added these files in 2002/2003, so with his | joel | 2007-02-04 | 2 | -2/+4 |
* | Remove dead email address. | joel | 2007-02-02 | 3 | -3/+3 |
* | Clean up the BSD license to match the preferred license in | joel | 2007-02-02 | 6 | -17/+13 |
* | Add a standard BSD license to these files. | joel | 2007-02-02 | 2 | -5/+52 |
* | Fix huge memory leak within sound buffer (during channel destruction, | ariff | 2007-02-01 | 2 | -0/+13 |