Age | Commit message (Expand) | Author |
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 |
2009-05-08 | expose HT mixer; since neither the digital mixer nor codec | Alexandre Ratchov |
2009-05-08 | use the number of channels rather than the number of stereo dacs/adcs, | Alexandre Ratchov |
2009-05-08 | hide controls corresponding to missing dacs, adcs or spdifs. | Alexandre Ratchov |
2009-05-04 | put codec-specific mixer bits in their own routines and | Alexandre Ratchov |
2009-05-03 | reorganize mixer bits to allow, supporting codec-dependent mixer | Alexandre Ratchov |
2009-04-25 | add basic support for Envy24HT chips and for ``ESI Juli@'' | Alexandre Ratchov |
2009-04-25 | start splitting the driver in two parts: one specific to the | Alexandre Ratchov |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-04 | don't bus_space_unmap() sc->mt_ioh with the wrong bus tag | Alexandre Ratchov |
2009-01-17 | use 24-bit precision (encoded in 32-bit words) rather than | Alexandre Ratchov |
2008-12-09 | Non soundblaster-like devices must set AUDIO_PROP_INDEPENDENT | Alexandre Ratchov |
2008-11-29 | use the the correct register mask. Fixes certain mixer settings | Alexandre Ratchov |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-04-30 | don't stop both play and record in envy_halt_input() ad envy_halt_output() | Alexandre Ratchov |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-02-21 | since now we have volume knobs, use next/prev pointers to attach | Alexandre Ratchov |
2008-02-21 | implement AK4524 input and output volume knobs and output mute switches. | Alexandre Ratchov |
2008-01-14 | protect against an invalid device index possibly leading to kernel | Jacob Meuser |
2007-12-08 | there should be 10 stereo or 20 mono knobs (but not 20 stereo!). | Alexandre Ratchov |
2007-12-08 | mixer_devinfo->type is uninitialized for classes | Alexandre Ratchov |
2007-10-28 | id tags. | Federico G. Schwindt |