| Age | Commit message (Expand) | Author |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-01-06 | Do ess_config_addr() in the ofisa front end, rather than in the match | nathanw |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-07 | Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns | thorpej |
| 2000-01-18 | Mute the DAC -- not the master volume -- on close, so that CD passthrough is | mycroft |
| 1999-11-02 | Set mixer controls after a reset. | augustss |
| 1999-11-01 | Make little endian and big endian version of all functions | augustss |
| 1999-06-18 | Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp, | augustss |
| 1999-05-30 | Fix bug uncovered by audio.c fix: Since the monitor control on the ESS | nathanw |
| 1999-03-19 | Allow DRQ[A-C] to be used on the 1888 as well. | mycroft |
| 1999-03-18 | dmapos should start at 0, in theory. | mycroft |
| 1999-03-18 | Add support for polling. | mycroft |
| 1999-03-18 | Confirm that there was an interrupt before handling it. Allows IRQs to be | mycroft |
| 1999-03-17 | Fix a couple of other places we should avoid the Audio2 DRQ on the 1788. | mycroft |
| 1999-03-17 | More redux: | mycroft |
| 1999-03-16 | Audio1 does not support 16-bit DMA. Eliminate some code that tried to handle | mycroft |
| 1999-03-16 | Fix old typo. | mycroft |
| 1999-03-16 | A little more cleanup. | mycroft |
| 1999-03-16 | Minor fix to some debugging output. | mycroft |
| 1999-03-16 | Clean up the previous: | mycroft |
| 1999-03-02 | Add support for the 1788 AudioDrive chip. | nathanw |
| 1999-02-22 | Use DMAMODE_LOOPDEMAND. | mycroft |
| 1999-02-20 | Fix the halt_input and halt_output routines to actually disable the channel, | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1999-02-17 | If we have an 8-bit DRQ, always pass that to isa_malloc(). | mycroft |
| 1999-01-08 | Fix more `void *' arithmetic. | augustss |
| 1998-11-25 | Minor format change. | mycroft |
| 1998-08-26 | Less debug printing. | augustss |
| 1998-08-26 | Make the OPL driver turn on the sound on sound cards that require it. | augustss |
| 1998-08-22 | Let opl attach to ess. | augustss |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |
| 1998-08-12 | The mic preamp is really a property of the input stage, and affects both | mycroft |
| 1998-08-12 | enhanced -> preamp | mycroft |
| 1998-08-11 | ess_audio_channel:active is now used even when DIAGNOSTICS is not defined. | matthias |
| 1998-08-10 | Use the new trigger interface. | mycroft |
| 1998-08-09 | Use 4- and 8-byte DMA transfers. | mycroft |
| 1998-08-09 | Don't actually touch the hardware in set_params; defer that until we actually | mycroft |
| 1998-08-09 | Oops; fix typo. | mycroft |
| 1998-08-09 | Clarify with a specific reference to the manual page in question. | mycroft |
| 1998-08-09 | Make the previous slightly more robust, and set AUDIO_PROP_INDEPENDENT. | mycroft |
| 1998-08-09 | Make sure the sample rate is the same on both channels, tracking the change | mycroft |
| 1998-08-09 | The manual says to use the other crystal for 22050Hz. | mycroft |
| 1998-08-09 | Set the FIFO control bits correctly so that stereo recording works. | mycroft |
| 1998-08-09 | Use auto-initialize DMA for recording. | mycroft |
| 1998-08-08 | Sleeping forever kinda sucks. | mycroft |