| Commit message (Expand) | Author | Age | Files | Lines |
* | sound: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -5/+4 |
* | Implement a detaching flag for the sound(4) subsystem to take | Hans Petter Selasky | 2020-03-04 | 1 | -0/+2 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -19/+23 |
* | 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 | -14/+3 |
* | Make all PCM core sysctls tunable and remove redundant TUNABLE() | Hans Petter Selasky | 2015-03-24 | 1 | -45/+55 |
* | Remove check for obsolete FreeBSD versions | Baptiste Daroussin | 2014-11-03 | 1 | -5/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
* | pcm(4): Permit non-root users to change default unit | Eitan Adler | 2014-02-17 | 1 | -2/+4 |
* | Remove "clone manager: " message from verbose dmesg. It is pointless to | Alexander Motin | 2012-11-23 | 1 | -7/+0 |
* | Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module. | Alexander Motin | 2012-02-14 | 1 | -1/+2 |
* | Make automatic hw.snd.default_unit choice a bit more intelligent. Instead | Alexander Motin | 2011-06-07 | 1 | -18/+36 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -1/+1 |
* | sound/pcm: use non-const string as a value with SYSCTL_STRING | Andriy Gapon | 2010-06-15 | 1 | -1/+1 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | Ariff Abdullah | 2009-06-07 | 1 | -315/+171 |
* | 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/+32 |
* | Add some new oss_sysinfo structure fields from OSSv4. | Alexander Motin | 2009-01-07 | 1 | -0/+3 |
* | Spelling nit due to my lamenglishness. | Ariff Abdullah | 2007-06-17 | 1 | -1/+1 |
* | Add sysctl/tunable "hw.snd.default_auto", which is useful (especially | Ariff Abdullah | 2007-06-17 | 1 | -1/+6 |
* | Reassign default unit to a valid unit, be it during attach or detach. | Ariff Abdullah | 2007-06-17 | 1 | -2/+7 |
* | Last (again ?!?) major commit for RELENG_7, featuring total Giant | Ariff Abdullah | 2007-06-16 | 1 | -269/+349 |
* | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -7/+7 |
* | Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . | Ariff Abdullah | 2007-06-03 | 1 | -4/+8 |
* | Last major commit and updates for RELENG_7: | Ariff Abdullah | 2007-05-31 | 1 | -421/+595 |
* | Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. | Ariff Abdullah | 2007-03-15 | 1 | -11/+0 |
* | Remove NULL allocation checking since malloc() is allow to wait. | Ariff Abdullah | 2007-03-15 | 1 | -2/+0 |
* | - Compile time compatibility for pre/post newbus API (intr filter) | Ariff Abdullah | 2007-02-23 | 1 | -1/+5 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
* | Remove dead email address. | Joel Dahl | 2007-02-02 | 1 | -1/+1 |
* | Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes | Ariff Abdullah | 2006-11-26 | 1 | -48/+40 |
* | MFp4 the sound Google Summer of Code project: | Alexander Leidinger | 2006-09-23 | 1 | -1/+137 |
* | Rename some variables. This fixes some (but not all) problems on the way | Alexander Leidinger | 2006-07-17 | 1 | -4/+4 |
* | - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. | Alexander Leidinger | 2006-06-18 | 1 | -6/+12 |
* | MEGA Fixes / Cleanup | Ariff Abdullah | 2006-03-31 | 1 | -300/+239 |
* | We shouldn't really care about the return value of mixer_uninit(), | Ariff Abdullah | 2006-03-22 | 1 | -1/+1 |
* | Apply more thorough fixes while dealing with device opening and closing: | Ariff Abdullah | 2006-03-21 | 1 | -92/+188 |
* | Restore CHN_F_BUSY flag which was removed accidentally in previous commit. | Ariff Abdullah | 2006-03-16 | 1 | -1/+1 |
* | Fix severe 8bit integer overflow during channel creation and destruction, | Ariff Abdullah | 2006-03-16 | 1 | -32/+73 |
* | Convert NULL checks into KASSERT (and move them before the first | Alexander Leidinger | 2006-02-05 | 1 | -18/+20 |
* | sys/dev/sound/pcm/sndstat.c: | Alexander Leidinger | 2005-10-02 | 1 | -9/+12 |
* | - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page). | Alexander Leidinger | 2005-09-12 | 1 | -2/+0 |
* | - channel.h | Alexander Leidinger | 2005-09-10 | 1 | -53/+115 |
* | * Fix panic during driver unload on second attempt after failure on | Alexander Leidinger | 2005-07-31 | 1 | -10/+17 |
* | 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 | -7/+12 |
* | Nuke a cryptic and useless diagnostic printf(). | Don Lewis | 2004-06-07 | 1 | -1/+0 |
* | Create a new mutex type for virtual channels. This allows us to get | Don Lewis | 2004-02-28 | 1 | -20/+6 |