| Age | Commit message (Expand) | Author |
| 2021-02-06 | Hold sc_intr_lock in open()/close(). | isaki |
| 2020-04-19 | Fix round_blocksize not to return 0. | isaki |
| 2020-02-28 | Drop 512 bytes limit on auvia_round_blocksize(). | 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 |
| 2019-03-16 | Fix (probably) typo. SLINEAR_LE -> ULINEAR_LE. | isaki |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-10-16 | remove unused variables. | christos |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-05-06 | device_t/softc split | cegger |
| 2009-05-05 | struct cfdata * -> cfdata_t | cegger |
| 2008-10-11 | Print a message on two previously silent error paths in auvia_attach. | dholland |
| 2008-07-01 | VT8233+ uses a different register base for capturing, tested by sborrill | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-02-23 | Detach self and children. Use device_t and accessors. Use PMF_FN_*. | dyoung |
| 2008-01-14 | Use htole32() to write parameters to DMA descriptors for big endian machines. | tsutsui |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-28 | add missing initializer | christos |
| 2006-07-27 | add support for AC'97 S/PDIF | kent |
| 2005-11-28 | PR 32178: Nicolas Joly: VT8233 AC'97 Audio revision 0x10 small display | rpaulo |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-01-15 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-11-16 | Fix typo. | xtraeme |
| 2004-11-13 | adopt auconv_set_converter() | kent |
| 2004-11-10 | remove unused variable | kent |
| 2004-11-10 | move IS_FIXED_RATE(), SUPPORTS_4CH(), and SUPPORTS_6CH to ac97var.h | kent |
| 2004-11-08 | print dmesg correctly for VT8237 | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-10-17 | add support for suspending/resuming. | kent |
| 2004-09-22 | ac97_host_if::reset() returns non-zero value if codec reset fails, and | kent |
| 2004-07-09 | Clean up. Attempt to make these safer against stray interrupts. | mycroft |
| 2004-07-09 | There's no need to halt the input and output pipes in the close routine -- | mycroft |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-12 | Be consistent with other messages: output "VIA Technologies" instead of | jmmv |