| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-06 | Simplify these device-activation hooks using the following semantic | dyoung |
| 2009-09-29 | Add support for playback- or capture-only devices by adding | sborrill |
| 2009-09-24 | Revert previous and instead select whether to call mixer_ioctl() or | sborrill |
| 2009-09-24 | OSS audio allows mixer operations on the dsp device. NetBSD would return | sborrill |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |
| 2009-04-17 | Detach audio(4) during shutdown. | dyoung |
| 2008-06-10 | device_private(device_lookup()) -> device_lookup_private() | cegger |
| 2008-06-08 | Use device_lookup_private() rather than using cd_devs[] directly to get softc. | tsutsui |
| 2008-06-03 | - Fix the conditions for POLLOUT to match those elsewhere | bjs |
| 2008-06-03 | pmf: in audio_volume_up and audio_volume_down, honour the mixer control's | jmcneill |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-01 | Fix audio_volume_toggle. How did this ever work for me? Thinkpad T61 | jmcneill |
| 2008-03-12 | Use device_t and its accessors throughout. Use aprint_*_dev(). | dyoung |
| 2008-03-04 | Split device_t and softc for audio(4), and other related cosmetic changes. | cube |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-13 | Disable audio idle timer. It was a fun experiment, but causes more issues | jmcneill |
| 2008-01-23 | Don't enter an infinite loop in audio_read() when the sc->sc_rustream | gson |
| 2007-12-23 | Deregister activity handler on detach. | jmcneill |
| 2007-12-22 | Use M_NOWAIT in audio_stream_ctor; it can be called from a softintr context | christos |
| 2007-12-13 | Don't count poll(2) and select(2) as device activity. Don't activate the | joerg |
| 2007-12-13 | When resuming the audio device, call audiosetinfo with the last known good | jmcneill |
| 2007-12-11 | When collecting mixer values while suspending, initialize the number | martin |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify | jmcneill |
| 2007-10-08 | Use the softint API. | ad |
| 2007-08-14 | au_setup_ports - don't hide ports->nports++ inside another expression, | uwe |
| 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 |