| Age | Commit message (Expand) | Author |
| 2014-11-18 | add a helper function to get the hw device_t from an audio_softc | jmcneill |
| 2014-11-01 | Revert previous. | uebayasi |
| 2014-11-01 | audio(4): Fix indirect circular dependency with audio if drivers | uebayasi |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-04-30 | ensure that the intr lock is held for all audio_clear() callers. | mrg |
| 2012-04-06 | don't hold the thread lock while calling allocm() or freem(). fixes PR#46121 | mrg |
| 2012-03-26 | deal with PR#46232: ensure locking around audio_clear() is handled | mrg |
| 2012-02-21 | kern/45927: fix incorrect assert. | nonaka |
| 2011-12-13 | - convert the audio softintr's to SOFTINT_SERIAL. right now they're on | mrg |
| 2011-12-09 | drop the thread lock in a couple of error cases that were missing. | mrg |
| 2011-11-25 | Correct copy/paste/modify issue in audio_suspend(). | jakllsch |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-09-06 | Add AUDIO_ENCODING_AC3 encoding type. | jmcneill |
| 2010-11-20 | Fix botches in rev 1.185 (kent-audio1 merge) which cause buffer overrun | tsutsui |
| 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 |