Age | Commit message (Expand) | Author |
2024-09-20 | correct format string in debug printf | Jonathan Gray |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-08-18 | Most audio drivers were incorrectly (or not at all) informing their children | Theo de Raadt |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2023-09-11 | Remove unnecessary <sys/selinfo.h> includes. | Vitaliy Makkoveev |
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-21 | splitted -> split, necesssary -> necessary | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-09 | spelling | Jonathan Gray |
2020-06-27 | Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD. | Jonathan Gray |
2020-01-24 | remove some ifdef notyet code that doesn't seem to be moving forward... | Ted Unangst |
2019-12-14 | Add sizes for free() in auixp(4). | Frederic Cambus |
2018-09-03 | Remove round_buffersize function from drivers using the default buffersize | miko |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
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-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
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-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 |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-09-21 | * add autoconf(9) activate function. basically the same as other ac97(4) | Jacob Meuser |
2010-08-27 | Delete #if'd out powerhook code which is just unfinished scaffolding | Theo de Raadt |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-10-12 | auixp(4) also supports SB600. from Brad. | Jacob Meuser |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-09-24 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith |
2008-05-25 | use ac97 default parameters for auich(4), auixp(4) and auvia(4). | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-02-13 | Since SPDIF support for the auixp driver is still half done | Jacob Meuser |
2008-02-13 | as with the recent auich(4) commit, set the sample rate of the | Jacob Meuser |
2008-02-12 | pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd or | Jacob Meuser |
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-10-22 | Use pci_set_powerstate(), shrinking the code and unifying the different | Federico G. Schwindt |
2007-09-17 | Some bzero() -> M_ZERO. ok jakemsr@ | Kenneth R Westerback |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |