| Age | Commit message (Expand) | Author |
| 2022-05-26 | Explicitly include "ioconf.h" for struct cfdriver. | tsutsui |
| 2021-08-21 | s/recoding/recording/ in comments where it didn't actually mean recoding. | andvar |
| 2021-02-06 | Remove an unused variable. | isaki |
| 2021-02-06 | Remove sc_active flag. sc_[pr]intr can be used instead of it. | isaki |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2017-09-30 | Avoid magic numbers and give appropriate names. | isaki |
| 2017-09-02 | - Finally MI audio supports 4bit precision format without null_filter hack! | isaki |
| 2017-09-02 | - Revert temporary local conversion introduced at rev 1.43. | isaki |
| 2017-08-11 | Allow dmac_alloc_channel() to specify DCR and OCR. | isaki |
| 2017-08-11 | Use dmac_prepare_xfer(). | isaki |
| 2017-08-05 | Merge prate and rrate. These can not be separated. | isaki |
| 2017-08-05 | vs(4) became to able to play audio again. | isaki |
| 2017-08-05 | Remove temporary VS_USE_PREC8 option. | isaki |
| 2017-07-31 | Update confused vs_set_params(). | isaki |
| 2017-07-29 | Audio vchan auto config works again due to the use of a null_filter. | nat |
| 2017-07-09 | Catch up vs_set_params() to recent MI audio (after in-kernel mixer). | isaki |
| 2017-06-25 | Avoid panic when the device is closed when not playing. | isaki |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2014-03-26 | kill sprintf, fix unused. | christos |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-10-16 | Switch to 2-clause license. | isaki |
| 2008-06-25 | Split device_t/softc. Use aprint*() and device_xname(). | isaki |
| 2007-03-11 | white space, indent and KNF. | isaki |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-13 | Make this build with -Wcast-qual by adding a few consts. | he |
| 2005-01-15 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-12-13 | for drivers that support only one instance, use a global variable to ensure | chs |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-05-08 | An unexported header file was #included from an exported header file. | minoura |
| 2003-09-07 | Remove an advertising clause. | isaki |
| 2003-07-15 | rcsid | lukem |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-11-24 | Fix typo. s/cfdata/cfdriver/ | isaki |
| 2002-10-13 | Style fixes. | isaki |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-04-07 | Support slinear8, slinear16_le, slinear16_be. | isaki |
| 2002-04-02 | initialize codec variables every open(). | isaki |
| 2002-03-26 | set factor=1/2 even if recording. | isaki |
| 2002-03-16 | Fix mis-increment bug in converter msm6258_ulinear8_to_adpcm(). | isaki |
| 2001-11-25 | Remove unused variables. | minoura |
| 2001-11-13 | Rewrite vs_query_encoding() using array. | isaki |
| 2001-11-13 | Clean up debug messages. Separate it two debug levels. | isaki |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-05-28 | Cleanup. Addresses port-x68k/13051. | minoura |