Age | Commit message (Expand) | Author |
2018-03-17 | Add proper suspend/resume support. | Alexandre Ratchov |
2018-03-17 | Set base DMA pointers when DMA starts. | Alexandre Ratchov |
2017-03-28 | Make set_params() return the rate the device is using. Fixes | Alexandre Ratchov |
2017-02-10 | Remove unused variable. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-08-30 | Add the number of midi ports to the card description, and use it to | Alexandre Ratchov |
2015-08-28 | Set the midi_isopen flag to zero before the chip is reset, as the flag | Alexandre Ratchov |
2015-08-28 | remove forgotten debug printf in envy_midi_close | Alexandre Ratchov |
2015-08-28 | Disable interrupts while the midi uart is not in use. Avoids generating | Alexandre Ratchov |
2015-08-28 | Fix support of M-Audio Delta 44 cards that use different GPIO pins, | Alexandre Ratchov |
2015-07-29 | Use DMA pointer determine the number of times the audio(4) layer has | Alexandre Ratchov |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-05-29 | Use the same convention for mixer control names as azalia. | Alexandre Ratchov |
2014-05-17 | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t | Alexandre Ratchov |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-22 | handle long long time_t in debug code | Theo de Raadt |
2013-03-14 | add macros for ap192k cards, no behavior change | Alexandre Ratchov |
2013-02-15 | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, | Alexandre Ratchov |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2011-04-27 | fix the interrupt handler in the case when the interrupt is shared | Alexandre Ratchov |
2010-12-22 | * recognize/support the Dynex DX-SC51 in envy(4) | Jacob Meuser |
2010-10-30 | tweak gpio pins of julia cards to select the correct multiplier for | Alexandre Ratchov |
2010-10-08 | Call bus_space_barrier() after each read and write, since this | Alexandre Ratchov |
2010-10-08 | encoding of envy is little endian, not native endian, probably fixes envy | Alexandre Ratchov |
2010-10-08 | put all calls bus_space_xxx() into functions, makes the code smaller | Alexandre Ratchov |
2010-10-07 | If the card model is not ``HT/PT'', then check that the DMA physical | Alexandre Ratchov |
2010-10-06 | Give the device the physical address obtained from the DMA mapping | Alexandre Ratchov |
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov |
2010-09-08 | Add support for Terratec EWX 24/96 based on initial diff from ratchov@. | Stefan Sperling |
2010-07-31 | add support for M-audio Audiophile 192k | Alexandre Ratchov |
2010-07-21 | remove duplicate AP192K_GPIO_XXX macros, | Alexandre Ratchov |
2010-07-21 | make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192k | Alexandre Ratchov |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-03-07 | Don't stop DMA in envy_halt_intput() and/or envy_halt_output(). | Alexandre Ratchov |
2010-02-25 | Fix up some of the comments to use the correct | Alexandre Ratchov |
2010-02-25 | Remove trailing spaces, | Alexandre Ratchov |
2010-02-20 | Add necessary bits to support AC97 codecs in envy and add support | Alexandre Ratchov |
2009-11-02 | Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT. | Alexandre Ratchov |
2009-10-24 | add the subvendor ID of ``M-Audio Audiophile 2496'' and add it to | Alexandre Ratchov |
2009-10-11 | At initialization of HT chips, write configuration on the corresponding | Alexandre Ratchov |
2009-05-18 | the block size must be multiple of the pci burst size (overwise | Alexandre Ratchov |
2009-05-08 | add support HT mixer knobs (ie routing control). Allow monitoring | Alexandre Ratchov |
2009-05-08 | add support for the ak4358 DAC used in ESI Julia cards. There are | Alexandre Ratchov |
2009-05-08 | print card model, the number of inputs and the number of outputs | Alexandre Ratchov |
2009-05-08 | add support for m-audio delta 1010, delta 66 and delta 44 since | Alexandre Ratchov |
2009-05-08 | rename few functions and macros, fix style | Alexandre Ratchov |