| Age | Commit message (Expand) | Author |
| 2003-10-02 | A bit of cleanup: | mycroft |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-26 | Add FIONREAD ioctl(). | augustss |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-25 | Fix full-duplex mode (again). | gmcgarry |
| 2003-04-06 | Respect the law: Use A-law and mu-law as spellings as far as easily possible. | wiz |
| 2003-03-31 | sprinkle const qualifiers to const stuff | jdolecek |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-31 | Use correct values to compute record high water mark. From kern/19614 by | augustss |
| 2002-12-20 | If the user is providing a mode value in AUDIO_SETINFO, that value | fredette |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-08 | Fix LR contrary problem of play.balance and record.balance. The | kent |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-16 | for AUDIO_SETINFO, silently enforce same mode as the currently used one; | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-23 | fix unitialized variable. from simonb. OI | christos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-10 | When a recording interrupt happened in the middle of audio_read(), | gson |
| 2002-06-23 | Back out revision 1.132. This revision broke binary compatibility with | gmcgarry |
| 2002-06-02 | The logic in audio_poll() was incorrect in full duplex mode; | gson |
| 2002-05-27 | When audio recording was paused or dropping samples, the "outp" of the | gson |
| 2002-03-23 | whitespace and folding fix. | kent |
| 2002-03-21 | Fix previous commit. modifying cc is only when factor_denom > 1. | isaki |
| 2002-03-17 | Fix infinate loop in recoding on vs0. | isaki |
| 2002-03-16 | Add factor_denom, a denominator of factor, | isaki |
| 2002-03-15 | audio.c: revert a part of previous change. | kent |
| 2002-03-15 | Fix a bug of audio_read() in a case that params->factor is not 1. | kent |
| 2002-03-09 | Move sampling rate conversion functions to aurateconv.c. | kent |
| 2002-03-09 | Fix splaudio/splx botch. | toshii |
| 2002-03-08 | Fix printf format on LP64. | thorpej |
| 2002-03-07 | Sampling rate and mono-stereo conversion described in | kent |
| 2002-01-18 | drop completely superfluous PRINT() macro | jdolecek |
| 2001-11-17 | fix a trivial lint warning | perry |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-03 | Fix pasto in type of dev_ioctl method. | augustss |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-10-02 | ANSIfy. | augustss |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-03 | Allow 24 and 32bit linear audio. | is |
| 2001-06-03 | s/printf/DPRINTF/ for kern/13101. | jhawk |
| 2001-05-02 | X68k built-in voice synthesizer supports 4bit ADPCM. | minoura |
| 2001-01-25 | The previous revision was my fault. audio_calcwater() needs to be | toshii |
| 2001-01-22 | Remove the line in audio_open which zeroes sc_[pr]r.blksize. | toshii |
| 2000-12-29 | Add a field in mixer_devinfo_t that indicates the minimum delta to | augustss |
| 2000-12-25 | Back out changes from 1.124 since the additions of *ports.master=-1 wasn't | jmc |