aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* sound(4): Implement mixer mute control for feeder channels.Hans Petter Selasky2021-09-284-52/+167
* pcm(4): Fix a common typo in source code commentsGordon Bergling2021-09-262-3/+3
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-1/+1
* sound(4): Fix some common typos in commentsGordon Bergling2021-08-262-2/+2
* sound(4): Implement playback and recording mode sysctl(8).Hans Petter Selasky2021-08-062-0/+27
* sound(4): Fix typos.Hans Petter Selasky2021-08-061-2/+2
* Implement the SOUND_MIXER_WRITE_MUTE and SOUND_MIXER_READ_MUTE ioctl(9)s.Hans Petter Selasky2021-07-212-40/+84
* sound(4): fixing panic for INVARIANTS kernelTai-hwa Liang2021-04-241-2/+8
* sndstat: nvlist schema and API definition changesKa Ho Ng2021-04-211-107/+222
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-281-2/+1
* Implement sndstat nvlist-based enumeration ioctls.Ka Ho Ng2021-03-172-9/+730
* 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