| Age | Commit message (Expand) | Author |
| 2021-03-05 | Convert to intr_establish_xname(). | rin |
| 2021-02-06 | Calling halt_{input,output} is done by the MI audio layer if necessary. | isaki |
| 2021-01-26 | There is not much point in of_compatible() returning -1 for "no match" | thorpej |
| 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 |
| 2016-08-24 | don't grab the interrupt lock around mixer operations | macallan |
| 2016-07-15 | adjust to dbdma changes | macallan |
| 2012-11-02 | My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet | phx |
| 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 |
| 2011-02-20 | bus_spacify, while there explicitly un-mute the headphone output when using | macallan |
| 2010-12-22 | we need uvm_extern.h now | macallan |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-09-07 | make this work with PMF hotkey events | macallan |
| 2009-11-05 | In awacs(4) and snapper(4), use deviter(9) instead of accessing | dyoung |
| 2008-08-27 | PR#39414: No audio from awacs on PowerBook G3 (Firewire/Pismo) | jmcneill |
| 2008-05-16 | struct device * -> device_t | macallan |
| 2007-11-04 | add a mixer control for the loopthrough channel that some awacs have - it | macallan |
| 2007-10-18 | - make match() return 100 for awacs and only 1 for i2s | macallan |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-14 | fix a logic botch in the headphone wiring setup - what was thought to be | macallan |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-25 | automatically switch between speaker and headphone output, simplify mixer | macallan |
| 2007-03-25 | Handle the input change interrupt, and automatically switch between | jmcneill |
| 2007-02-28 | TRUE -> true, FALSE -> false | thorpej |
| 2007-01-17 | use sgsmix if present and appropriate | macallan |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-15 | ansify and KNF | kent |
| 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-11-02 | Squish some recent compiler warnings. | thorpej |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-04 | Attach on recent TiBooks. | soren |
| 2002-10-13 | Support 48kHz by using aurateconv. | wiz |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-06-19 | Add/change prototypes so that macpcc builds with -Wstrict-prototypes. | simonb |
| 2001-06-08 | Make macppc compile by default with -Wall -Wmissing-prototype in addition | matt |
| 2001-04-05 | Support uni-north based models. (XXX not complete) | tsubai |
| 2001-04-05 | Correct input volume settings. | tsubai |
| 2001-03-15 | Accept 8000Hz (XXX). | tsubai |
| 2001-03-15 | Add ulinear16 support. | tsubai |
| 2001-03-12 | Round up block size to at least NBPG bytes. | tsubai |
| 2001-02-26 | add handling for the input channel selection/volume (no recording yet, | wiz |
| 2001-01-25 | Make output selection work -- you can use lineout now instead of the | wiz |
| 2000-11-03 | Don't match if nintr > 12 (more than 3 cells). | tsubai |