aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* Hide version string under verbose.Joel Dahl2013-03-161-2/+6
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+2
* Add support for mute buttons on USB audio devices andHans Petter Selasky2013-02-072-11/+30
* Add support for buttons on USB audio devices,Hans Petter Selasky2013-02-062-0/+29
* Remove "clone manager: " message from verbose dmesg. It is pointless toAlexander Motin2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verboseAlexander Motin2012-11-231-1/+1
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.Alexander Motin2012-11-164-10/+121
* Add missing inclusion guard.Hans Petter Selasky2012-11-011-0/+5
* Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation whenPeter Holm2012-05-021-42/+37
* Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.Alexander Motin2012-02-141-1/+2
* Remove direct access to si_name.Ed Schouten2012-02-101-1/+1
* Make sound(4) more flexible in setting soft buffer and block sizes whenAlexander Motin2012-01-313-25/+53
* Allow PASSTHROUGH (AC3) to have more then 2 channels.Alexander Motin2012-01-251-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-073-3/+3
* dsp_ioctl: fix type of variable used to store ioctl requestAndriy Gapon2011-09-121-1/+2
* Make automatic hw.snd.default_unit choice a bit more intelligent. InsteadAlexander Motin2011-06-071-18/+36
* fix build on 32-bit platforms for r221803Andriy Gapon2011-05-121-1/+1
* dsp/pcm: allow to mmap both read and write buffers using the same fdAndriy Gapon2011-05-121-21/+35
* SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr()Andriy Gapon2011-05-031-1/+1
* Allocate the sound buffer DMA memory coherent. While NetBSD typicallyMarius Strobl2011-03-111-1/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.Matthew D Fleming2011-01-131-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Make hw.snd.vpc_0db to be also a loader tunable.Alexander Motin2010-10-251-0/+1
* sound/pcm: use non-const string as a value with SYSCTL_STRINGAndriy Gapon2010-06-153-3/+3
* - Remove more dead code[1]. Since r207330, we only need to check divisionJung-uk Kim2010-05-042-14/+11
* Remove dead code. Calculated greatest common divisor was not used at all.Jung-uk Kim2010-04-281-11/+0
* Fix lock leakage.Alexander Motin2010-03-271-0/+1
* Hide from default sndstat some information not used on daily basis,Alexander Motin2010-01-132-11/+16
* Make OSS_GETVERSION ioctl supported also for DSP devices,Alexander Motin2010-01-121-0/+4
* Make default recording source choosing more intelligent.Alexander Motin2010-01-121-3/+9
* Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P',Alexander Motin2010-01-122-42/+32
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-282-2/+2
* - Do aggresive saturation on various polynomial interpolators.Ariff Abdullah2009-07-141-93/+98
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-10/+10
* Slight comment fix.Ariff Abdullah2009-06-241-5/+4
* Remap type of polynomial interpolators for better polyphaseAriff Abdullah2009-06-151-5/+3
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()Ariff Abdullah2009-06-113-33/+4
* Move machine dependant AFMT_* definition from sound.hAriff Abdullah2009-06-101-30/+0
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-0733-5054/+10024
* Slightly adjust copyright text.Joel Dahl2009-05-271-1/+1
* Slightly adjust copyright text.Joel Dahl2009-05-271-1/+1
* OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.Alexander Motin2009-01-101-3/+2
* Make devnode include full device path.Alexander Motin2009-01-101-1/+2
* Remove debug slipped with the previous commit.Alexander Motin2009-01-101-1/+0
* Import some new constants and structures fields from OSSv4.Alexander Motin2009-01-104-30/+68
* Add some new oss_sysinfo structure fields from OSSv4.Alexander Motin2009-01-071-0/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-044-3/+42