| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the number of midi ports to the card description, and use it to |  ratchov | 2015-08-30 | 1 | -15/+16 |
* | Set the midi_isopen flag to zero before the chip is reset, as the flag |  ratchov | 2015-08-28 | 1 | -2/+4 |
* | remove forgotten debug printf in envy_midi_close |  ratchov | 2015-08-28 | 1 | -2/+1 |
* | Disable interrupts while the midi uart is not in use. Avoids generating |  ratchov | 2015-08-28 | 1 | -10/+43 |
* | Fix support of M-Audio Delta 44 cards that use different GPIO pins, |  ratchov | 2015-08-28 | 1 | -15/+24 |
* | Use DMA pointer determine the number of times the audio(4) layer has |  ratchov | 2015-07-29 | 1 | -7/+48 |
* | Reimplement the audio driver in a simpler way, removing unused/unusable |  ratchov | 2015-06-25 | 1 | -22/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Use the same convention for mixer control names as azalia. |  ratchov | 2014-05-29 | 1 | -12/+12 |
* | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t |  ratchov | 2014-05-17 | 1 | -2/+2 |
* | Since audio code is mp safe, establish isa and pci audio interrupts |  ratchov | 2013-05-24 | 1 | -2/+2 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -22/+24 |
* | handle long long time_t in debug code |  deraadt | 2013-04-22 | 1 | -5/+5 |
* | add macros for ap192k cards, no behavior change |  ratchov | 2013-03-14 | 1 | -3/+7 |
* | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, |  ratchov | 2013-02-15 | 1 | -19/+12 |
* | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; |  ratchov | 2012-03-30 | 1 | -3/+6 |
* | fix the interrupt handler in the case when the interrupt is shared |  ratchov | 2011-04-27 | 1 | -12/+8 |
* | * recognize/support the Dynex DX-SC51 in envy(4) |  jakemsr | 2010-12-22 | 1 | -6/+23 |
* | tweak gpio pins of julia cards to select the correct multiplier for |  ratchov | 2010-10-30 | 1 | -3/+3 |
* | Call bus_space_barrier() after each read and write, since this |  ratchov | 2010-10-08 | 1 | -5/+33 |
* | encoding of envy is little endian, not native endian, probably fixes envy |  ratchov | 2010-10-08 | 1 | -3/+3 |
* | put all calls bus_space_xxx() into functions, makes the code smaller |  ratchov | 2010-10-08 | 1 | -66/+98 |
* | If the card model is not ``HT/PT'', then check that the DMA physical |  ratchov | 2010-10-07 | 1 | -7/+14 |
* | Give the device the physical address obtained from the DMA mapping |  ratchov | 2010-10-06 | 1 | -7/+5 |
* | add support for midi(4) ports to envy(4) |  ratchov | 2010-10-04 | 1 | -4/+131 |
* | Add support for Terratec EWX 24/96 based on initial diff from ratchov@. |  stsp | 2010-09-08 | 1 | -1/+54 |
* | add support for M-audio Audiophile 192k |  ratchov | 2010-07-31 | 1 | -4/+15 |
* | remove duplicate AP192K_GPIO_XXX macros, |  ratchov | 2010-07-21 | 1 | -6/+1 |
* | make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192k |  ratchov | 2010-07-21 | 1 | -10/+88 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -1/+7 |
* | these files don't need to include proc.h anymore. ok oga for agp |  tedu | 2010-04-08 | 1 | -2/+1 |
* | Don't stop DMA in envy_halt_intput() and/or envy_halt_output(). |  ratchov | 2010-03-07 | 1 | -43/+162 |
* | Fix up some of the comments to use the correct |  ratchov | 2010-02-25 | 1 | -8/+8 |
* | Remove trailing spaces, |  ratchov | 2010-02-25 | 1 | -50/+50 |
* | Add necessary bits to support AC97 codecs in envy and add support |  ratchov | 2010-02-20 | 1 | -2/+149 |
* | Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT. |  ratchov | 2009-11-02 | 1 | -3/+252 |
* | add the subvendor ID of ``M-Audio Audiophile 2496'' and add it to |  ratchov | 2009-10-24 | 1 | -1/+8 |
* | At initialization of HT chips, write configuration on the corresponding |  ratchov | 2009-10-11 | 1 | -11/+21 |
* | the block size must be multiple of the pci burst size (overwise |  ratchov | 2009-05-18 | 1 | -10/+6 |
* | add support HT mixer knobs (ie routing control). Allow monitoring |  ratchov | 2009-05-08 | 1 | -5/+37 |
* | add support for the ak4358 DAC used in ESI Julia cards. There are |  ratchov | 2009-05-08 | 1 | -9/+67 |
* | print card model, the number of inputs and the number of outputs |  ratchov | 2009-05-08 | 1 | -5/+4 |
* | add support for m-audio delta 1010, delta 66 and delta 44 since |  ratchov | 2009-05-08 | 1 | -6/+27 |
* | rename few functions and macros, fix style |  ratchov | 2009-05-08 | 1 | -43/+53 |
* | expose HT mixer; since neither the digital mixer nor codec |  ratchov | 2009-05-08 | 1 | -14/+15 |
* | use the number of channels rather than the number of stereo dacs/adcs, |  ratchov | 2009-05-08 | 1 | -31/+48 |
* | hide controls corresponding to missing dacs, adcs or spdifs. |  ratchov | 2009-05-08 | 1 | -25/+14 |
* | put codec-specific mixer bits in their own routines and |  ratchov | 2009-05-04 | 1 | -95/+145 |
* | reorganize mixer bits to allow, supporting codec-dependent mixer |  ratchov | 2009-05-03 | 1 | -67/+119 |
* | add basic support for Envy24HT chips and for ``ESI Juli@'' |  ratchov | 2009-04-25 | 1 | -23/+155 |