| Commit message (Expand) | Author | Age | Files | Lines |
* | pcm: Turn SND_DECLARE_FILE into a no-op. | John Baldwin | 2023-09-06 | 1 | -12/+3 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | sound(4): Implement playback and recording mode sysctl(8). | Hans Petter Selasky | 2021-09-22 | 1 | -0/+4 |
* | sound: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Implement a detaching flag for the sound(4) subsystem to take | Hans Petter Selasky | 2020-03-04 | 1 | -9/+4 |
* | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -0/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | To support userspace audio daemons like Virtual OSS, /dev/sndstat is | Hans Petter Selasky | 2016-02-09 | 1 | -2/+0 |
* | Extend the maximum number of allowed PCM channels in a PCM stream to | Hans Petter Selasky | 2015-05-08 | 1 | -3/+5 |
* | Remove check for obsolete FreeBSD versions | Baptiste Daroussin | 2014-11-03 | 1 | -7/+0 |
* | Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE() | Ariff Abdullah | 2009-06-11 | 1 | -11/+4 |
* | Move machine dependant AFMT_* definition from sound.h | Ariff Abdullah | 2009-06-10 | 1 | -30/+0 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | Ariff Abdullah | 2009-06-07 | 1 | -351/+205 |
* | Slightly adjust copyright text. | Joel Dahl | 2009-05-27 | 1 | -1/+1 |
* | Import some new constants and structures fields from OSSv4. | Alexander Motin | 2009-01-10 | 1 | -0/+1 |
* | Don't include <sys/tty.h> in our sound layer. It is not needed. | Ed Schouten | 2008-08-19 | 1 | -1/+1 |
* | Last (again ?!?) major commit for RELENG_7, featuring total Giant | Ariff Abdullah | 2007-06-16 | 1 | -0/+208 |
* | Last major commit and updates for RELENG_7: | Ariff Abdullah | 2007-05-31 | 1 | -39/+45 |
* | PCMMKMINOR() bit twiddling, so we can have: | Ariff Abdullah | 2007-05-06 | 1 | -25/+19 |
* | Break ABI / module compatibility for the upcoming sndbuf_alloc() changes. | Ariff Abdullah | 2007-04-18 | 1 | -3/+3 |
* | [stage: 4/9] | Ariff Abdullah | 2007-03-16 | 1 | -0/+2 |
* | Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes | Ariff Abdullah | 2006-11-26 | 1 | -7/+280 |
* | Various fixups, especially for the upcomming High Definition Audio | Ariff Abdullah | 2006-09-28 | 1 | -1/+1 |
* | MFp4 the sound Google Summer of Code project: | Alexander Leidinger | 2006-09-23 | 1 | -0/+5 |
* | Rename some variables. This fixes some (but not all) problems on the way | Alexander Leidinger | 2006-07-17 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
* | Apply more thorough fixes while dealing with device opening and closing: | Ariff Abdullah | 2006-03-21 | 1 | -1/+1 |
* | Fix severe 8bit integer overflow during channel creation and destruction, | Ariff Abdullah | 2006-03-16 | 1 | -6/+11 |
* | sys/dev/sound/pcm/sndstat.c: | Alexander Leidinger | 2005-10-02 | 1 | -2/+4 |
* | - fake.c | Alexander Leidinger | 2005-09-10 | 1 | -1/+1 |
* | Whats New: | Alexander Leidinger | 2005-07-31 | 1 | -2/+5 |
* | Use dynamic major number allocation. | Poul-Henning Kamp | 2005-02-27 | 1 | -5/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Rename the sound device drivers: | Seigo Tanimura | 2004-07-16 | 1 | -4/+4 |
* | Remove DDB. The one user of this macro has been changed to use BVDDB. | Marcel Moolenaar | 2004-07-10 | 1 | -1/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -5/+5 |
* | The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV | Brian Feldman | 2004-04-14 | 1 | -8/+3 |
* | Augment /dev/sndstat with the module names, if applicable. | Mathew Kanner | 2004-03-06 | 1 | -0/+6 |
* | Create a new mutex type for virtual channels. This allows us to get | Don Lewis | 2004-02-28 | 1 | -1/+0 |
* | Change KASSERT() in feed_vchan16() into an explicit test and call to | Don Lewis | 2004-01-28 | 1 | -0/+1 |
* | Fix a panic when kldloading a sound driver. Do this by replacing the | Mathew Kanner | 2004-01-20 | 1 | -14/+7 |
* | As previously announced: discontinue use of makedev() call in soundcode. | Poul-Henning Kamp | 2004-01-17 | 1 | -1/+16 |
* | update my email address. | Cameron Grant | 2003-09-07 | 1 | -1/+1 |
* | handle locking when creating or destroying vchans better | Cameron Grant | 2003-08-18 | 1 | -9/+38 |
* | - Clean up ISA DMA supports. | Yoshihiro Takahashi | 2003-02-07 | 1 | -7/+0 |
* | various fixes to eliminate locking warnings | Cameron Grant | 2002-11-25 | 1 | -1/+5 |
* | Fixed breakage from removing the used include of <sys/buf.h> in the | Bruce Evans | 2002-09-15 | 1 | -0/+3 |
* | FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>. | Poul-Henning Kamp | 2002-09-14 | 1 | -3/+2 |
* | Change snd_mtxcreate() to accept a lock type as an extra argument that is | John Baldwin | 2002-04-04 | 1 | -1/+1 |