summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* - Remove more dead code[1]. Since r207330, we only need to check divisionjkim2010-05-042-14/+11
* Remove dead code. Calculated greatest common divisor was not used at all.jkim2010-04-281-11/+0
* Fix lock leakage.mav2010-03-271-0/+1
* Hide from default sndstat some information not used on daily basis,mav2010-01-132-11/+16
* Make OSS_GETVERSION ioctl supported also for DSP devices,mav2010-01-121-0/+4
* Make default recording source choosing more intelligent.mav2010-01-121-3/+9
* Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P',mav2010-01-122-42/+32
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-2/+2
* - Do aggresive saturation on various polynomial interpolators.ariff2009-07-141-93/+98
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Slight comment fix.ariff2009-06-241-5/+4
* Remap type of polynomial interpolators for better polyphaseariff2009-06-151-5/+3
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-113-33/+4
* Move machine dependant AFMT_* definition from sound.hariff2009-06-101-30/+0
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-0733-5054/+10024
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Slightly adjust copyright text.joel2009-05-271-1/+1
* OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.mav2009-01-101-3/+2
* Make devnode include full device path.mav2009-01-101-1/+2
* Remove debug slipped with the previous commit.mav2009-01-101-1/+0
* Import some new constants and structures fields from OSSv4.mav2009-01-104-30/+68
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-071-0/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-044-3/+42
* Remove unit2minor() use from kernel code.ed2008-09-262-2/+2
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-191-1/+1
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyariff2008-04-111-4/+10
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,ariff2007-10-261-0/+1
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* Fix no-sound issues with ASUS A9T notebook.ariff2007-07-011-1/+7
* Spelling nit due to my lamenglishness.ariff2007-06-171-1/+1
* Add sysctl/tunable "hw.snd.default_auto", which is useful (especiallyariff2007-06-171-1/+6
* Reassign default unit to a valid unit, be it during attach or detach.ariff2007-06-172-3/+8
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Use signed int, since all the samples are in that form.ariff2007-06-161-4/+4
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-1613-1181/+1969
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-113-7/+9
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-047-18/+18
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-033-6/+12
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-021-4/+2
* Separate license from comments.joel2007-06-024-7/+10
* Last major commit and updates for RELENG_7:ariff2007-05-3112-1024/+1803
OpenPOWER on IntegriCloud