summaryrefslogtreecommitdiff
path: root/sys/dev/pci/envy.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2020-01-05consistently uppercase pci product definesJonathan Gray
2019-11-23envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@cheloha
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.Alexandre Ratchov
2019-04-30Implement the set_rate() method for ESI Juli@ cards.Alexandre Ratchov
2019-04-30Add a "set_rate" method to the envy codec API.Alexandre Ratchov
2019-04-30Fix ESI juil@'s EEPROM contents holding default GPIO state.Alexandre Ratchov
2019-04-30Enable EnvyHT-specific sample rates (above 96kHz) on the host controller.Alexandre Ratchov
2018-09-03Remove round_buffersize function from drivers using the default buffersizemiko
2018-03-17Add proper suspend/resume support.Alexandre Ratchov
2018-03-17Set base DMA pointers when DMA starts.Alexandre Ratchov
2017-03-28Make set_params() return the rate the device is using. FixesAlexandre Ratchov
2017-02-10Remove unused variable. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2015-08-30Add the number of midi ports to the card description, and use it toAlexandre Ratchov
2015-08-28Set the midi_isopen flag to zero before the chip is reset, as the flagAlexandre Ratchov
2015-08-28remove forgotten debug printf in envy_midi_closeAlexandre Ratchov
2015-08-28Disable interrupts while the midi uart is not in use. Avoids generatingAlexandre Ratchov
2015-08-28Fix support of M-Audio Delta 44 cards that use different GPIO pins,Alexandre Ratchov
2015-07-29Use DMA pointer determine the number of times the audio(4) layer hasAlexandre Ratchov
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-05-29Use the same convention for mixer control names as azalia.Alexandre Ratchov
2014-05-17unbreak build with AUDIO_DEBUG: use %lx for bus_addr_tAlexandre Ratchov
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-03-14add macros for ap192k cards, no behavior changeAlexandre Ratchov
2013-02-15Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit,Alexandre Ratchov
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2010-12-22* recognize/support the Dynex DX-SC51 in envy(4)Jacob Meuser
2010-10-30tweak gpio pins of julia cards to select the correct multiplier forAlexandre Ratchov
2010-10-08Call bus_space_barrier() after each read and write, since thisAlexandre Ratchov
2010-10-08encoding of envy is little endian, not native endian, probably fixes envyAlexandre Ratchov
2010-10-08put all calls bus_space_xxx() into functions, makes the code smallerAlexandre Ratchov
2010-10-07If the card model is not ``HT/PT'', then check that the DMA physicalAlexandre Ratchov
2010-10-06Give the device the physical address obtained from the DMA mappingAlexandre Ratchov
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-09-08Add support for Terratec EWX 24/96 based on initial diff from ratchov@.Stefan Sperling
2010-07-31add support for M-audio Audiophile 192kAlexandre Ratchov
2010-07-21remove duplicate AP192K_GPIO_XXX macros,Alexandre Ratchov