| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "clone manager: " message from verbose dmesg. It is pointless to | mav | 2012-11-23 | 1 | -7/+0 |
* | Move sndbuf_setmap() output about buffer addresses from the general verbose | mav | 2012-11-23 | 1 | -1/+1 |
* | For some more completeness add matrixes for 3.1 and 7.0 channel setups. | mav | 2012-11-16 | 4 | -10/+121 |
* | Add missing inclusion guard. | hselasky | 2012-11-01 | 1 | -0/+5 |
* | Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation when | pho | 2012-05-02 | 1 | -42/+37 |
* | Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module. | mav | 2012-02-14 | 1 | -1/+2 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 1 | -1/+1 |
* | Make sound(4) more flexible in setting soft buffer and block sizes when | mav | 2012-01-31 | 3 | -25/+53 |
* | Allow PASSTHROUGH (AC3) to have more then 2 channels. | mav | 2012-01-25 | 1 | -1/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 3 | -3/+3 |
* | dsp_ioctl: fix type of variable used to store ioctl request | avg | 2011-09-12 | 1 | -1/+2 |
* | Make automatic hw.snd.default_unit choice a bit more intelligent. Instead | mav | 2011-06-07 | 1 | -18/+36 |
* | fix build on 32-bit platforms for r221803 | avg | 2011-05-12 | 1 | -1/+1 |
* | dsp/pcm: allow to mmap both read and write buffers using the same fd | avg | 2011-05-12 | 1 | -21/+35 |
* | SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr() | avg | 2011-05-03 | 1 | -1/+1 |
* | Allocate the sound buffer DMA memory coherent. While NetBSD typically | marius | 2011-03-11 | 1 | -1/+1 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 1 | -2/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | Make hw.snd.vpc_0db to be also a loader tunable. | mav | 2010-10-25 | 1 | -0/+1 |
* | sound/pcm: use non-const string as a value with SYSCTL_STRING | avg | 2010-06-15 | 3 | -3/+3 |
* | - Remove more dead code[1]. Since r207330, we only need to check division | jkim | 2010-05-04 | 2 | -14/+11 |
* | Remove dead code. Calculated greatest common divisor was not used at all. | jkim | 2010-04-28 | 1 | -11/+0 |
* | Fix lock leakage. | mav | 2010-03-27 | 1 | -0/+1 |
* | Hide from default sndstat some information not used on daily basis, | mav | 2010-01-13 | 2 | -11/+16 |
* | Make OSS_GETVERSION ioctl supported also for DSP devices, | mav | 2010-01-12 | 1 | -0/+4 |
* | Make default recording source choosing more intelligent. | mav | 2010-01-12 | 1 | -3/+9 |
* | Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P', | mav | 2010-01-12 | 2 | -42/+32 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -1/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 2 | -2/+2 |
* | - Do aggresive saturation on various polynomial interpolators. | ariff | 2009-07-14 | 1 | -93/+98 |
* | Rearrange shift operation to increase interpolation accuracy, | ariff | 2009-07-09 | 1 | -60/+60 |
* | - Increase dynamic range of filter coefficients from 28bit to 30bit. | ariff | 2009-07-05 | 1 | -10/+10 |
* | Slight comment fix. | ariff | 2009-06-24 | 1 | -5/+4 |
* | Remap type of polynomial interpolators for better polyphase | ariff | 2009-06-15 | 1 | -5/+3 |
* | Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE() | ariff | 2009-06-11 | 3 | -33/+4 |
* | Move machine dependant AFMT_* definition from sound.h | ariff | 2009-06-10 | 1 | -30/+0 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | ariff | 2009-06-07 | 33 | -5054/+10024 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | OSS tools expect EINVAL for unsupported ioctls, but not ENXIO. | mav | 2009-01-10 | 1 | -3/+2 |
* | Make devnode include full device path. | mav | 2009-01-10 | 1 | -1/+2 |
* | Remove debug slipped with the previous commit. | mav | 2009-01-10 | 1 | -1/+0 |
* | Import some new constants and structures fields from OSSv4. | mav | 2009-01-10 | 4 | -30/+68 |
* | Add some new oss_sysinfo structure fields from OSSv4. | mav | 2009-01-07 | 1 | -0/+3 |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 4 | -3/+42 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 2 | -2/+2 |
* | Don't include <sys/tty.h> in our sound layer. It is not needed. | ed | 2008-08-19 | 1 | -1/+1 |
* | Release pcm mutex before calling snd_clone_unref(), which in turns might | ariff | 2008-05-27 | 1 | -0/+7 |
* | Don't mess up with CHN_F_TRIGGERED, since it should exclusively | ariff | 2008-04-11 | 1 | -4/+10 |
* | Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting | ariff | 2007-12-03 | 1 | -2/+2 |