aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* Unlock channels when any of them are locked, when returning for non-busy state.Konstantin Belousov2020-11-201-0/+2
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0114-25/+9
* Set PCM_CAP_VIRTUAL for virtual DSP devices.Hans Petter Selasky2020-05-071-0/+5
* Implement new mixer API to return the device pointer based on the mixer pointer.Hans Petter Selasky2020-03-302-0/+9
* Change default microphone level from 0 to 25.Hans Petter Selasky2020-03-271-1/+1
* Implement a detaching flag for the sound(4) subsystem to takeHans Petter Selasky2020-03-044-21/+20
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-268-60/+83
* Decrease the default audio playback latency to a maximum of 21.3ms.Hans Petter Selasky2019-09-051-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Add a comment noting that the additional range checks are not needed.Konstantin Belousov2018-12-021-1/+4
* Use https over http for FreeBSD pagesEitan Adler2018-07-271-1/+1
* Update modify counter when setting a mixer control.Hans Petter Selasky2018-07-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2732-0/+64
* Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes ofHans Petter Selasky2017-05-251-0/+1
* Increase the allowed maximum number of audio channels from 31 to 127Hans Petter Selasky2017-05-241-4/+4
* Fix some cases where an index was used before its limits check.Pedro F. Giffuni2017-04-291-2/+2
* To support userspace audio daemons like Virtual OSS, /dev/sndstat isHans Petter Selasky2016-02-093-258/+225
* Extend the maximum number of allowed PCM channels in a PCM stream toHans Petter Selasky2015-05-084-99/+92
* Allow DSP basename cloning to be disabled or enabled at boot andHans Petter Selasky2015-04-261-3/+9
* Make all PCM core sysctls tunable and remove redundant TUNABLE()Hans Petter Selasky2015-03-248-94/+87
* Sound: fix typos in user visible messages etc.Baptiste Daroussin2015-01-151-1/+1
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-034-16/+1
* Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer.Alexander Motin2014-07-291-0/+13
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-286-12/+6
* Revert r267961, r267973:Glen Barber2014-06-276-6/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-276-12/+6
* Restore the check for non-NULL dmatag in sndbuf_free.Alexander Kabaev2014-06-231-1/+2
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-171-3/+2
* pcm(4): Permit non-root users to change default unitEitan Adler2014-02-171-2/+4
* - 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