| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not attach to the sound device on G5 Xserves, which is actually an | nwhitehorn | 2011-06-26 | 1 | -0/+12 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 1 | -0/+9 |
* | Hide driver revision behind bootverbose. | joel | 2011-06-15 | 1 | -1/+4 |
* | Add bunch of Conexant codec IDs. For some of them add quirks to disable | mav | 2011-06-13 | 1 | -0/+39 |
* | Make automatic hw.snd.default_unit choice a bit more intelligent. Instead | mav | 2011-06-07 | 1 | -18/+36 |
* | Add better names for the Intel HDMI audio codecs. | mav | 2011-05-26 | 1 | -12/+14 |
* | usb: change to one-pass probing of device drivers | avg | 2011-05-18 | 1 | -5/+2 |
* | fix build on 32-bit platforms for r221803 | avg | 2011-05-12 | 1 | -1/+1 |
* | dsp/pcm: allow to mmap both read and write buffers using the same fd | avg | 2011-05-12 | 1 | -21/+35 |
* | Correct a typo | jfv | 2011-05-12 | 1 | -1/+1 |
* | Chipset support for the new Intel Panther Point PCH, thanks | jfv | 2011-05-11 | 1 | -0/+2 |
* | Workaround for broken no-name USB audio devices sold by dealextreme | hselasky | 2011-05-09 | 1 | -1/+48 |
* | SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr() | avg | 2011-05-03 | 1 | -1/+1 |
* | Only set the sample rate if the USB audio channel reports | hselasky | 2011-04-20 | 1 | -4/+3 |
* | Allocate the sound buffer DMA memory coherent. While NetBSD typically | marius | 2011-03-11 | 1 | -1/+1 |
* | - Add support for some non-standard USB MIDI devices from Roland, by | hselasky | 2011-02-24 | 1 | -15/+32 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | - Make an enum for all the umidi USB transfers. | hselasky | 2011-02-18 | 1 | -108/+62 |
* | Correct signedness and off-by-one issues in parameters used for DMA tag | marius | 2011-02-09 | 2 | -2/+2 |
* | Support for the new Patsburg PCH chipset: | jfv | 2011-02-01 | 1 | -1/+5 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 1 | -2/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Add device id for RDC M3010 which is found on Vortex86 SoC. | yongari | 2010-12-28 | 1 | -0/+5 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -1/+1 |
* | Use convenience functions where possible instead of accessing the PCI | tijl | 2010-12-18 | 2 | -12/+0 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -2/+2 |
* | Make hw.snd.vpc_0db to be also a loader tunable. | mav | 2010-10-25 | 1 | -0/+1 |
* | Fix a brain-o: wrong case statement semantics. | rpaulo | 2010-10-13 | 2 | -2/+4 |
* | Add Intel Cougar Point PCH HD Audio Controller ID | jfv | 2010-08-28 | 1 | -0/+2 |
* | Do not free sc if attach failed, as it was allocated by the bus | gavin | 2010-08-04 | 1 | -1/+0 |
* | - fix for USB audio devices which use the 7-byte endpoint descriptor instead of | thompsa | 2010-06-22 | 2 | -54/+9 |
* | Reduce MIDI input buffer size to one USB packet, hence some USB devices don't | thompsa | 2010-06-22 | 1 | -8/+2 |
* | sound/pcm: use non-const string as a value with SYSCTL_STRING | avg | 2010-06-15 | 3 | -3/+3 |
* | Add set of codec IDs. | mav | 2010-06-09 | 1 | -0/+10 |
* | - Remove more dead code[1]. Since r207330, we only need to check division | jkim | 2010-05-04 | 2 | -14/+11 |
* | Remove dead code. Calculated greatest common divisor was not used at all. | jkim | 2010-04-28 | 1 | -11/+0 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -11/+11 |
* | Fix the gap between mute and lowest possible volume. The es1370 mixer | joel | 2010-04-01 | 1 | -2/+2 |
* | Start copyright notices with /*- | joel | 2010-03-29 | 6 | -6/+6 |
* | Fix lock leakage. | mav | 2010-03-27 | 1 | -0/+1 |
* | Add some more codec IDs. | mav | 2010-03-21 | 1 | -1/+15 |
* | Looks like I forgot to add half of the copyright text when we switched to | joel | 2010-03-08 | 1 | -0/+12 |
* | Fix bug in headphones audio redirection using separate DAC. It was exposed | mav | 2010-02-26 | 1 | -2/+2 |
* | Rename usb2_ structures and variables to usb_. | brucec | 2010-02-08 | 2 | -78/+78 |
* | Oops! r202789 broke recording from input mixer. Restore previous "mix" | mav | 2010-01-22 | 1 | -4/+14 |
* | - Improve tracer, to handle more cases of input-to-output monitoring | mav | 2010-01-22 | 1 | -60/+84 |
* | Print playback channels paths in order of their sequence numbers, not nids. | mav | 2010-01-21 | 1 | -7/+7 |
* | Hide from default sndstat some information not used on daily basis, | mav | 2010-01-13 | 2 | -11/+16 |
* | Make OSS_GETVERSION ioctl supported also for DSP devices, | mav | 2010-01-12 | 1 | -0/+4 |