Age | Commit message (Expand) | Author |
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 |
2016-12-20 | Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>. | 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 |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-15 | ansify some function definitions. | Brad Smith |
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 |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-04-04 | configure conversion for the correct direction. I guess no one has | 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 |
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 |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff |
2002-05-29 | oops | Michael Shalayeff |
2002-05-28 | fix the fms attachment printfs and move out the radio parts to the fmsradio.c... | Michael Shalayeff |
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
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-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-10-14 | Add $OpenBSD$ tags. | Aaron Campbell |
2000-07-20 | new auvia and fms drivers from netbsd (testing requests sent out, since i can... | Theo de Raadt |