Age | Commit message (Expand) | Author |
2018-04-11 | Add mixer save/restore capability to the audio(4) driver and | Alexandre Ratchov |
2018-03-21 | Fix the way we detect xrun on the recording end, which may prevent the | Alexandre Ratchov |
2018-01-10 | Remove assignement of sc->round to itself that makes no sense. From | Alexandre Ratchov |
2017-11-23 | No need to grab the audio lock to call audio_canstart() as it checks | Alexandre Ratchov |
2017-06-26 | Factor a variable assignment in audiopoll(). | Alexandre Ratchov |
2017-05-16 | Remove references to /dev/soundN, which was removed last year. | Alexandre Ratchov |
2017-05-03 | style improvement from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2017-03-28 | Simplify rate/channels/bits bounds checking code. From | Alexandre Ratchov |
2017-03-11 | AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low level | Alexandre Ratchov |
2017-01-03 | If gain is above MAX, no need to check whether it's below MIN. | Alexandre Ratchov |
2016-12-20 | Fix many typos. From Michael W. Bombardieri <mb at ii.net>. Thanks | Alexandre Ratchov |
2016-12-12 | Remove few useless #ifdef AUDIO_DEBUG, spotted by | Alexandre Ratchov |
2016-11-08 | Log start/stop of DMA if AUDIO_DEBUG is defined and be less verbose | Alexandre Ratchov |
2016-10-09 | Don't allocate struct mixer_devinfo instances on the stack. It is a fairly | Mark Kettenis |
2016-10-06 | Fix the condition used to decide whether to automatically start the | Alexandre Ratchov |
2016-10-04 | At acpithinkpad attach time determine the value of the mute, and defer | 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 |
2016-08-31 | Delete unused ioctls and associated macros. Move macros that are still | Alexandre Ratchov |
2016-06-21 | fix typos in comments and spacing | Alexandre Ratchov |
2016-06-18 | Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables. | Alexandre Ratchov |
2016-06-01 | New USB device driver for Audio/Video capture devices based on the | Marcus Glocker |
2016-05-11 | Use round_blocksize() to determine the maximum hardware block size (in | Alexandre Ratchov |
2016-05-11 | Dont reuse "mult" local variable. Use separate variable for hardware | Alexandre Ratchov |
2016-03-16 | Expose new audio ioctls that do one thing only: start and stop DMA, | Alexandre Ratchov |
2016-01-29 | Move the AUDIO_GETDEV ioctl in its own routine. | Alexandre Ratchov |
2016-01-20 | make AUDIO_GETDEV ioctl return the device name (ex "azalia0") rather | Alexandre Ratchov |
2016-01-20 | Set byte order the default encoding in the attach method to | Alexandre Ratchov |
2016-01-09 | missing break | Jonathan Gray |
2015-12-14 | "harware" -> "hardware" | mmcc |
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 |