summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/envyvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a "set_rate" method to the envy codec API.ratchov2019-04-301-1/+2
* Add the number of midi ports to the card description, and use it toratchov2015-08-301-1/+2
* Disable interrupts while the midi uart is not in use. Avoids generatingratchov2015-08-281-1/+2
* Use DMA pointer determine the number of times the audio(4) layer hasratchov2015-07-291-1/+4
* add support for midi(4) ports to envy(4)ratchov2010-10-041-1/+8
* Don't stop DMA in envy_halt_intput() and/or envy_halt_output().ratchov2010-03-071-1/+16
* Remove trailing spaces,ratchov2010-02-251-3/+3
* Add necessary bits to support AC97 codecs in envy and add supportratchov2010-02-201-1/+5
* add support for the ak4358 DAC used in ESI Julia cards. There areratchov2009-05-081-6/+2
* rename few functions and macros, fix styleratchov2009-05-081-2/+2
* use the number of channels rather than the number of stereo dacs/adcs,ratchov2009-05-081-4/+4
* put codec-specific mixer bits in their own routines andratchov2009-05-041-5/+13
* reorganize mixer bits to allow, supporting codec-dependent mixerratchov2009-05-031-7/+8
* add basic support for Envy24HT chips and for ``ESI Juli@''ratchov2009-04-251-1/+2
* start splitting the driver in two parts: one specific to theratchov2009-04-251-5/+16
* remove unused fields from envy_softc structure, no functional changeratchov2008-03-221-17/+1
* since now we have volume knobs, use next/prev pointers to attachratchov2008-02-211-6/+5
* implement AK4524 input and output volume knobs and output mute switches.ratchov2008-02-211-2/+5
* id tags.fgsch2007-10-281-0/+1
* add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. Theratchov2007-10-281-0/+88