aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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-1711-82/+97
* Actually, just merge r233362 and do away with the unnecessary uint8_tMarius Strobl2014-05-281-1/+1
* Commit the right version of r266793.Marius Strobl2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofMarius Strobl2014-05-281-7/+8
* Make sure the USB audio driver is loaded last. This is important whenHans Petter Selasky2014-05-141-1/+1
* - Sprinkle const and static as appropriate.Marius Strobl2014-04-233-41/+33
* Add quirk to configure headphones redirection on Intel DH87RL boards.Marius Strobl2014-04-232-1/+9
* Workaround for USB MIDI adapters which use non-supported values ofHans Petter Selasky2014-03-141-0/+19
* Add support for more sample rates to USB audio driver.Hans Petter Selasky2014-03-141-1/+5
* pcm(4): Permit non-root users to change default unitEitan Adler2014-02-171-2/+4
* Use system macro instead of own hand-rolled one.Hans Petter Selasky2014-02-051-2/+1
* Add more quirks for making builtin audio speakers work with moreHans Petter Selasky2014-02-052-0/+12
* In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions.Dimitry Andric2013-12-301-0/+6
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Add some more Intel HDA controller IDs and rename HDMI CODEC to Haswell.Alexander Motin2013-11-153-2/+20