Age | Commit message (Expand) | Author |
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 |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-09-22 | autoconf activate, suspend/resume support | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-06-20 | Lock the sample rate of es1731-based devices to 48kHz (ie the | Alexandre Ratchov |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2009-02-15 | avoid possibly using an uninitialized variable. | Jacob Meuser |
2008-12-29 | initialize the sample rate converter on es1371 chips to 48 kHz instead | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-29 | use ac97 default parameters for these ac97 based drivers. | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-03-21 | outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source | Alexandre Ratchov |
2007-11-12 | repair input vs output confusion | Jacob Meuser |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-04-25 | KNF and zap trailing whitespace. | Niall O'Higgins |
2005-04-25 | use delay() and not tsleep() in attach. makes driver work properly with | Niall O'Higgins |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff |
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray |
2004-12-07 | Don't link to ac97 specs from individual drivers. | Jonathan Gray |
2004-03-18 | don't read registers all the time, solves timeout issues. from Joris Vink | Ted Unangst |
2003-05-14 | time bound some of the loops instead of depending on pci read to determine | Jason Wright |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-05 | Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==. | Todd C. Miller |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-09-06 | Remove useless "\n%s" from the attach routine to match OpenBSD attach norms. | Todd C. Miller |
2001-09-06 | sync up to NetBSD; reviewed by csapuntz@ | Christian Weisgerber |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo |
2000-07-18 | Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchez | Constantine Sapuntzakis |
1999-12-13 | (hopefully) fix pauses reported by ES1370 users | Constantine Sapuntzakis |
1999-10-10 | Print out the irq in attach. Thanks downsj@cvs | Constantine Sapuntzakis |
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis |
1999-03-23 | simplify irq string | Theo de Raadt |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist |
1998-11-03 | Update audio_hw_if, fix problems. | Jason Downs |
1998-10-28 | Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch. | Jason Downs |
1998-06-02 | From NetBSD, Lennart Augustsson <augustss@cs.chalmers.se>: | Niels Provos |