Age | Commit message (Expand) | Author |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2020-01-11 | eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@ | cheloha |
2019-12-14 | Add sizes for free() in eap(4). | Frederic Cambus |
2018-09-14 | mark some suspend/resume functions always returning zero as void; ok ratchov@ | miko |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2018-04-11 | Add mixer save/restore capability to the audio(4) driver and | Alexandre Ratchov |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-08-20 | Release CPU mutexes on EINVAL. | doug |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
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 |