| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace 0 with NULL for pointers in misc. device drivers. | Pedro F. Giffuni | 2016-04-12 | 17 | -48/+51 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 2 | -6/+6 |
| * | Add some device IDs found on AMD FCH shipsets. | Alexander Motin | 2016-03-29 | 2 | -0/+6 |
| * | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 28 | -34/+34 |
| * | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 3 | -18/+33 |
| * | Replace several bus_alloc_resource() calls with bus_alloc_resource_any() | Justin Hibbits | 2016-02-27 | 3 | -17/+13 |
| * | Replace several bus_alloc_resource() calls using default arguments with bus_a... | Justin Hibbits | 2016-02-19 | 4 | -22/+22 |
| * | To support userspace audio daemons like Virtual OSS, /dev/sndstat is | Hans Petter Selasky | 2016-02-09 | 3 | -249/+216 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 5 | -8/+11 |
| * | o Add gain-level control registers. | Ruslan Bukin | 2016-01-23 | 1 | -53/+79 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+1 |
| * | - Plugging a memory leak when malloc() failed during initialisation; | Tai-hwa Liang | 2015-10-24 | 1 | -4/+8 |
| * | Using the error return code documented in the comment. | Tai-hwa Liang | 2015-08-18 | 1 | -1/+1 |
| * | Fixing typo as well as improving readability of a few comments. | Tai-hwa Liang | 2015-08-18 | 1 | -6/+11 |
| * | Increase output amp on ASUS UX31A by +5dB. | Alexander Motin | 2015-07-20 | 1 | -4/+22 |
| * | Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) | Adrian Chadd | 2015-06-26 | 1 | -22/+22 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 6 | -6/+6 |
| * | Fix an off-by-one error by adding proper range checks when parsing the | Hans Petter Selasky | 2015-05-18 | 1 | -1/+1 |
| * | Ensure the USB audio driver doesn't attach twice on the same USB | Hans Petter Selasky | 2015-05-08 | 1 | -3/+13 |
| * | Add support for more than 8 audio channels per PCM stream for USB | Hans Petter Selasky | 2015-05-08 | 1 | -14/+27 |
| * | Extend the maximum number of allowed PCM channels in a PCM stream to | Hans Petter Selasky | 2015-05-08 | 4 | -98/+91 |
| * | Allow DSP basename cloning to be disabled or enabled at boot and | Hans Petter Selasky | 2015-04-26 | 1 | -3/+9 |
| * | snd_hda: add support for the Lenovo X1 20BS model. | Rui Paulo | 2015-04-15 | 4 | -0/+16 |
| * | Make all PCM core sysctls tunable and remove redundant TUNABLE() | Hans Petter Selasky | 2015-03-24 | 8 | -94/+87 |
| * | Use the feedback value from the synchronization endpoint as fallback | Hans Petter Selasky | 2015-03-24 | 1 | -0/+7 |
| * | The synchronisation value returned by the so-called feedback endpoint | Hans Petter Selasky | 2015-03-21 | 3 | -131/+277 |
| * | Revert r274918 and make a better solution. Poll the synchronisation | Hans Petter Selasky | 2015-02-10 | 1 | -41/+53 |
| * | Sound: fix typos in user visible messages etc. | Baptiste Daroussin | 2015-01-15 | 4 | -4/+4 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -2/+2 |
| * | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | Alexander Motin | 2014-11-26 | 2 | -0/+2 |
| * | Don't use the synchronization endpoint unless referenced by the | Hans Petter Selasky | 2014-11-23 | 1 | -2/+13 |
| * | Partially fix indentation issues to improve readability helping cooperation with | Baptiste Daroussin | 2014-11-04 | 1 | -37/+40 |
| * | Remove check for obsolete FreeBSD versions | Baptiste Daroussin | 2014-11-03 | 16 | -89/+1 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -1/+1 |
| * | Instead of creating the full range of possible ports, try to figure | Hans Petter Selasky | 2014-09-28 | 2 | -22/+45 |
| * | Update mixer description for FastTrackPro. | Hans Petter Selasky | 2014-09-07 | 1 | -2/+2 |
| * | Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual | Hans Petter Selasky | 2014-08-18 | 1 | -13/+2 |
| * | Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer. | Alexander Motin | 2014-07-29 | 1 | -0/+13 |
| * | Update from mav@ - don't break the input switching. | Adrian Chadd | 2014-07-27 | 1 | -6/+0 |
| * | Add support for my Lenovo T400. | Adrian Chadd | 2014-07-27 | 2 | -0/+17 |
| * | Add a headphone redirection quirk for the Lenovo G580. | Mark Johnston | 2014-07-13 | 2 | -1/+3 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -1/+1 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 7 | -21/+9 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 7 | -9/+21 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 7 | -21/+9 |
| * | Restore the check for non-NULL dmatag in sndbuf_free. | Alexander Kabaev | 2014-06-23 | 1 | -1/+2 |
| * | Fix various bugs with freeing static DMA allocations in sound drivers: | John Baldwin | 2014-06-17 | 11 | -82/+97 |
| * | Actually, just merge r233362 and do away with the unnecessary uint8_t | Marius Strobl | 2014-05-28 | 1 | -1/+1 |
| * | Commit the right version of r266793. | Marius Strobl | 2014-05-28 | 1 | -1/+1 |
| * | - Fix compilation with PAE support enabled by improving the casting of | Marius Strobl | 2014-05-28 | 1 | -7/+8 |