summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* To support userspace audio daemons like Virtual OSS, /dev/sndstat ishselasky2016-02-093-258/+225
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-275-8/+11
* o Add gain-level control registers.br2016-01-231-54/+80
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* - Plugging a memory leak when malloc() failed during initialisation;avatar2015-10-241-4/+8
* Using the error return code documented in the comment.avatar2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.avatar2015-08-181-6/+11
* Increase output amp on ASUS UX31A by +5dB.mav2015-07-201-4/+22
* Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.)adrian2015-06-261-22/+22
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-226-6/+6
* Fix an off-by-one error by adding proper range checks when parsing thehselasky2015-05-181-1/+1
* Ensure the USB audio driver doesn't attach twice on the same USBhselasky2015-05-081-3/+13
* Add support for more than 8 audio channels per PCM stream for USBhselasky2015-05-081-14/+27
* Extend the maximum number of allowed PCM channels in a PCM stream tohselasky2015-05-084-99/+92
* Allow DSP basename cloning to be disabled or enabled at boot andhselasky2015-04-261-3/+9
* snd_hda: add support for the Lenovo X1 20BS model.rpaulo2015-04-154-0/+16
* Make all PCM core sysctls tunable and remove redundant TUNABLE()hselasky2015-03-248-94/+87
* Use the feedback value from the synchronization endpoint as fallbackhselasky2015-03-241-0/+7
* The synchronisation value returned by the so-called feedback endpointhselasky2015-03-213-131/+277
* Revert r274918 and make a better solution. Poll the synchronisationhselasky2015-02-101-42/+54
* Sound: fix typos in user visible messages etc.bapt2015-01-154-4/+4
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-2/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-262-0/+2
* Don't use the synchronization endpoint unless referenced by thehselasky2014-11-231-2/+13
* Partially fix indentation issues to improve readability helping cooperation withbapt2014-11-041-37/+40
* Remove check for obsolete FreeBSD versionsbapt2014-11-0316-89/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Instead of creating the full range of possible ports, try to figurehselasky2014-09-282-22/+45
* Update mixer description for FastTrackPro.hselasky2014-09-071-2/+2
* Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actualhselasky2014-08-181-13/+2
* Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer.mav2014-07-291-0/+13
* Update from mav@ - don't break the input switching.adrian2014-07-271-6/+0
* Add support for my Lenovo T400.adrian2014-07-272-0/+17
* Add a headphone redirection quirk for the Lenovo G580.markj2014-07-132-1/+3
* Remove ia64.marcel2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-287-21/+9
* Revert r267961, r267973:gjb2014-06-277-9/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-277-21/+9
* Restore the check for non-NULL dmatag in sndbuf_free.kan2014-06-231-1/+2
* Fix various bugs with freeing static DMA allocations in sound drivers:jhb2014-06-1711-82/+97
* Actually, just merge r233362 and do away with the unnecessary uint8_tmarius2014-05-281-1/+1
* Commit the right version of r266793.marius2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofmarius2014-05-281-7/+8
* Make sure the USB audio driver is loaded last. This is important whenhselasky2014-05-141-1/+1
* - Sprinkle const and static as appropriate.marius2014-04-233-41/+33
* Add quirk to configure headphones redirection on Intel DH87RL boards.marius2014-04-232-1/+9
* Workaround for USB MIDI adapters which use non-supported values ofhselasky2014-03-141-0/+19
* Add support for more sample rates to USB audio driver.hselasky2014-03-141-1/+5
* pcm(4): Permit non-root users to change default uniteadler2014-02-171-2/+4
* Use system macro instead of own hand-rolled one.hselasky2014-02-051-2/+1
OpenPOWER on IntegriCloud