| Age | Commit message (Expand) | Author |
| 2009-09-29 | Add support for playback- or capture-only devices by adding | sborrill |
| 2008-03-04 | Split device_t and softc for audio(4), and other related cosmetic changes. | cube |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 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-04-19 | Don't use simple_locks; we can't hold them while calling malloc and | jmcneill |
| 2006-04-18 | Protect audio_write's filter graph from being modified in the middle of a | jmcneill |
| 2006-03-07 | Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power | jmcneill |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 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-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-03-29 | Allow this file to be included if either of audio, midi or midibus | he |
| 2003-03-19 | add a compile-time check that audio(4) was actually configured into kernel | jdolecek |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-06-04 | Correct indent... | isaki |
| 2002-06-04 | Correct wrong comment about factor_denom. | isaki |
| 2002-04-25 | Add an `aux' audio device sub-type, to be used to attach parent | kleink |
| 2002-03-17 | Rename aurateconvproto.h to aurateconv.h. | kent |
| 2002-03-16 | Add factor_denom, a denominator of factor, | isaki |
| 2002-03-13 | Fix a typo in a comment. | kent |
| 2002-03-11 | Fix a typo in a comment. | kent |
| 2002-03-07 | Sampling rate and mono-stereo conversion described in | kent |
| 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 |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 1999-09-09 | Add support for detaching audio devices. | augustss |
| 1999-06-05 | Guys, let's get real. We don't really want an #if !defined() for every possible | eeh |
| 1999-06-05 | XXX avoid redefiing splaudio and IPL_AUDIO on the sparc XXX | mrg |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |
| 1998-08-12 | Tidy up and rename some functions in the MIDI driver. | augustss |
| 1998-08-09 | Add trigger_output and trigger_input entry points, which replace | mycroft |
| 1998-08-08 | Use splaudio on the arm32 port. | mycroft |
| 1998-08-07 | Add MIDI support. The MIDI devices can be accessed as ``raw'' through | augustss |
| 1998-03-03 | Avoid the name free so the MALLOCLOG option works again. | augustss |
| 1998-01-10 | don't run minor() macro twice in ISDEV...() macro definitions | tv |
| 1997-10-29 | Do audio attachment the right way. From Chris Demetriou. | augustss |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-09-06 | Move around splaudio() to (hopefully) get rid of some rare race conditions. | augustss |
| 1997-08-24 | - Change audio_hw_if a little: set_param now sets the play and record modes | augustss |
| 1997-08-19 | Change the MI audio driver so it attaches to the MD driver in the | augustss |
| 1997-08-18 | Implement /dev/audioctl. It behaves much like /dev/sound, but only | augustss |
| 1997-07-31 | Audio changes: | augustss |