| Age | Commit message (Expand) | Author |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-03-15 | Split device_t and softc for sb(4) and all its attachments. | cube |
| 2006-04-13 | Fix grammar in a comment, and use named constants for better readability. | cube |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-13 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-07-09 | Forgot to commit this. | mycroft |
| 2003-07-08 | function prototype must not have variable name | itojun |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2000-12-19 | Add quirk for Avance Logic ALS100+, which doesn't like it's irq/drq | mjl |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-02-07 | Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns | thorpej |
| 1999-10-10 | Oops; this should get mpu.h, not midi.h. | mycroft |
| 1999-10-09 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-10-09 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-08-02 | Move the mpu device declaration to conf/files. | augustss |
| 1999-08-01 | Move the MPU driver isa/ to ic/. | augustss |
| 1999-03-22 | Several things: | mycroft |
| 1999-02-19 | Move IRQ setup into frontend. Need to move DRQ handling as well. | mycroft |
| 1999-02-18 | Remove some superfluous softc elements. | mycroft |
| 1999-02-18 | Add separate halt_output and halt_input routines. | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-08-10 | Use the new trigger_{in,out}put interface. | mycroft |
| 1998-08-07 | Add MIDI support. The MIDI devices can be accessed as ``raw'' through | augustss |
| 1998-06-29 | When hooking up the interrupt handler, use an interrupt share type | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-10-16 | Make sure the 'input' class is used even for the 1345 mixer. | augustss |
| 1997-08-30 | Make SB full duplex. Ooops, I forgot this in the last commit. | augustss |
| 1997-08-24 | Add mute and channels swap to the mixer capabilites. | augustss |
| 1997-08-24 | - Change audio_hw_if a little: set_param now sets the play and record modes | augustss |
| 1997-08-04 | Audio: | augustss |
| 1997-07-31 | Audio changes: | augustss |
| 1997-07-28 | Audio: Remove the machine dependant code I put in audio.c by mistake. | augustss |
| 1997-07-27 | audio: Simplify handling of AUDIO_SETFD and committing of encoding mode. | augustss |
| 1997-07-27 | Changes to the sudio system: | augustss |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-05-23 | Redo the way selecting the mode for SB cards is done completely. | augustss |
| 1997-05-19 | Redo the SB mixer code. The driver can now distinguish between the | augustss |
| 1997-05-09 | Change the interface between high and lowlevel audio drivers again: | augustss |
| 1997-04-29 | Change the interface between the high and low level audio drivers | augustss |
| 1997-03-20 | Use autoinitialize DMA mode on the SB2 and later. Partly from Torsten Duwe. | mycroft |
| 1997-03-20 | Add 16-bit DRQ support on PnP, and enable 16-bit output. | mycroft |
| 1997-03-20 | Combine set_encoding and set_precision into a single set_format interface. | mycroft |
| 1997-03-13 | Don't share the silence block between devices. Make silence filling work for | mycroft |
| 1997-01-16 | - convert to bus_space_* | christos |
| 1996-04-29 | Fix gcc -Wall warnings. | christos |