| Age | Commit message (Expand) | Author |
| 2007-06-11 | Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, but | joerg |
| 2007-03-09 | return information about playing buffer, not recording bufer, | kent |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-01 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-15 | Defer wakeup() to the soft interrupt also. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-01 | Set oldpblksize and oldrblksize early enough so that zero-initialisation | cbiere |
| 2006-11-01 | Initialize old[pr]blksize to 0 to avoid gcc warnings. | xtraeme |
| 2006-11-01 | Fix for kern/17446. Restore the audio settings if an error occured. | cbiere |
| 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-27 | add missing initializers. | christos |
| 2006-06-27 | Protect audio_powerhook with '#if NAUDIO > 0'. PR kern/33832. | jmcneill |
| 2006-06-19 | Halt input/output on soft suspend if currently running, and restore them | jmcneill |
| 2006-05-16 | If one or more playback filters are applied, minimize loading | kent |
| 2006-05-10 | Fixes a bug that audio_offset_t::samples for AUDIO_GETxOFFS has | kent |
| 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-28 | Use device_unit(). | thorpej |
| 2006-03-07 | Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power | jmcneill |
| 2006-02-25 | In mixer_remove() it's better to check if lwp is not NULL before trying | rpaulo |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-06-11 | Make sure buffer sizes are initialized correctly even when the pause state | is |
| 2005-05-18 | Allow the audio device to be opened for read resp. write by separate calls | augustss |
| 2005-05-04 | When audioclose is called it's the last close of the device, so there | augustss |
| 2005-04-25 | Enable full-duplex mode by default on drivers that support it if the | jmcneill |
| 2005-02-13 | For the "record.port", choose "record.source" over "inputs.source" if the | fredb |
| 2005-02-13 | Comment as to why we run through the devinfo list twice, in audioattach(). | fredb |
| 2005-02-13 | fix a typo in audiogetinfo(). | kent |
| 2005-01-29 | * audiosetinfo() | kent |
| 2005-01-17 | Fix panic when precision < 8. | minoura |
| 2005-01-15 | minor KNF | kent |
| 2005-01-15 | fix a typo in audiostartp(). This change fixes a problem introduced by | 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 |
| 2004-07-07 | If we're short-circuiting audiostartp() because there isn't enough data | mycroft |
| 2004-01-31 | Fix a couple of long-standing bugs in the volume control(s) part of the | fredb |
| 2003-10-02 | A bit of cleanup: | mycroft |
| 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-05-26 | Add FIONREAD ioctl(). | augustss |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-25 | Fix full-duplex mode (again). | gmcgarry |
| 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-01-31 | Use aprint_*(). | thorpej |