aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* emu10kx: Don't iterate beyond array boundsConrad Meyer2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-5/+2
* sound(4): Don't use-after-free in midi module unloadConrad Meyer2016-04-201-4/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-4/+4
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-1217-48/+51
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-6/+6
* Add some device IDs found on AMD FCH shipsets.Alexander Motin2016-03-292-0/+6
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-1828-34/+34
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-273-18/+33
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-273-17/+13
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-194-22/+22
* To support userspace audio daemons like Virtual OSS, /dev/sndstat isHans Petter Selasky2016-02-093-258/+225
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-275-8/+11
* o Add gain-level control registers.Ruslan Bukin2016-01-231-54/+80
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* - Plugging a memory leak when malloc() failed during initialisation;Tai-hwa Liang2015-10-241-4/+8
* Using the error return code documented in the comment.Tai-hwa Liang2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.Tai-hwa Liang2015-08-181-6/+11
* Increase output amp on ASUS UX31A by +5dB.Alexander Motin2015-07-201-4/+22
* Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.)Adrian Chadd2015-06-261-22/+22
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-226-6/+6
* Fix an off-by-one error by adding proper range checks when parsing theHans Petter Selasky2015-05-181-1/+1
* Ensure the USB audio driver doesn't attach twice on the same USBHans Petter Selasky2015-05-081-3/+13
* Add support for more than 8 audio channels per PCM stream for USBHans Petter Selasky2015-05-081-14/+27
* 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
* snd_hda: add support for the Lenovo X1 20BS model.Rui Paulo2015-04-154-0/+16
* Make all PCM core sysctls tunable and remove redundant TUNABLE()Hans Petter Selasky2015-03-248-94/+87
* Use the feedback value from the synchronization endpoint as fallbackHans Petter Selasky2015-03-241-0/+7
* The synchronisation value returned by the so-called feedback endpointHans Petter Selasky2015-03-213-131/+277
* Revert r274918 and make a better solution. Poll the synchronisationHans Petter Selasky2015-02-101-42/+54
* Sound: fix typos in user visible messages etc.Baptiste Daroussin2015-01-154-4/+4
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-2/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-262-0/+2
* Don't use the synchronization endpoint unless referenced by theHans Petter Selasky2014-11-231-2/+13
* Partially fix indentation issues to improve readability helping cooperation withBaptiste Daroussin2014-11-041-37/+40
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-0316-89/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Instead of creating the full range of possible ports, try to figureHans Petter Selasky2014-09-282-22/+45
* Update mixer description for FastTrackPro.Hans Petter Selasky2014-09-071-2/+2
* Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actualHans Petter Selasky2014-08-181-13/+2
* Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer.Alexander Motin2014-07-291-0/+13
* Update from mav@ - don't break the input switching.Adrian Chadd2014-07-271-6/+0
* Add support for my Lenovo T400.Adrian Chadd2014-07-272-0/+17
* Add a headphone redirection quirk for the Lenovo G580.Mark Johnston2014-07-132-1/+3
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-287-21/+9
* Revert r267961, r267973:Glen Barber2014-06-277-9/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-277-21/+9