Age | Commit message (Expand) | Author |
2015-09-04 | Fix condition used while seaching candidates for "record level" | Alexandre Ratchov |
2015-07-29 | Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG. | Alexandre Ratchov |
2015-07-28 | add missing space, from Donovan Watteau <tsoomi at gmail.com> | Alexandre Ratchov |
2015-07-28 | In case the system misses enough audio interrupts for DMA | Alexandre Ratchov |
2015-07-28 | Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 counters | Alexandre Ratchov |
2015-07-24 | Switch back into counting bytes rather than blocks. We can't just | Alexandre Ratchov |
2015-07-22 | Represent the current stream position in blocks rather than bytes | Alexandre Ratchov |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-05-22 | LITTE_ENDIAN -> LITTLE_ENDIAN | Jonathan Gray |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-07 | Let a volume key event unmute. This makes the software state follow the | Mark Kettenis |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-20 | rework the audio key handling to allocate a message to send to the | David Gwynne |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov |
2013-12-17 | don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly. | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-28 | the stuff in audiovar.h is only used in audio.c, so move it in there to | David Gwynne |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-30 | replace workqs with tasks. | David Gwynne |
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 |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2010-11-18 | Don't | Miod Vallat |
2010-09-21 | change quiescing to not call the audio_hw_if halt method in interrupt | Jacob Meuser |
2010-09-12 | DVACT_{QUIESCE,RESUME} for audio(4) | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-27 | in the get_default_parameters method, give the low level drivers a | Jacob Meuser |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-06-18 | fix previous: start playback when at least one block of data has | Jacob Meuser |
2009-03-21 | don't call uiomove(9) at IPL_AUDIO, slightly simplify the code | Alexandre Ratchov |
2009-03-16 | first stage of removing ``copying & needfeel'' flags that | Alexandre Ratchov |
2009-01-16 | deal with sample precisions that are not a power of 2. | Jacob Meuser |
2008-10-30 | for devices that do not allow independent setting of recording and | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-09-29 | account for data expansion due to emulation in AUDIO_GET{I,O}OFFS | Jacob Meuser |
2008-08-10 | 'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@. | Kenneth R Westerback |
2008-07-29 | When paused (or overrun), the record ring pointers are not incremented | Alexandre Ratchov |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-04 | if full-duplex is being turned on, also set the oprtational mode to | Jacob Meuser |
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov |
2008-03-22 | when setting the block size, use the scale factor only once in | Alexandre Ratchov |
2008-03-12 | Set the default high water mark to the buffer size, instead of the buffer | Alexandre Ratchov |
2008-02-28 | from audio(4): | Jacob Meuser |