| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make default recording source choosing more intelligent. | mav | 2010-01-12 | 1 | -3/+9 |
* | Align buffer size to LCM of 128bytes, required by hardware, and alignment of | mav | 2010-01-12 | 1 | -4/+28 |
* | Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P', | mav | 2010-01-12 | 2 | -42/+32 |
* | Add multichannel (4.0 and 7.1) playback support. 5.1 mode support blocked | mav | 2010-01-11 | 2 | -43/+82 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -1/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 2 | -2/+2 |
* | - add support for more than 2 audio channels. [1] | thompsa | 2009-12-22 | 1 | -70/+146 |
* | Add one more set of codec IDs. | mav | 2009-12-11 | 1 | -0/+8 |
* | Add two Cirrus Logic codec IDs. | mav | 2009-11-26 | 1 | -0/+10 |
* | add support for MIDI devices without audio control stream. | thompsa | 2009-11-22 | 1 | -0/+7 |
* | remove volume alignment (was previously not correctly implemented) | thompsa | 2009-11-20 | 1 | -13/+7 |
* | Add more codec IDs. | mav | 2009-11-13 | 1 | -1/+23 |
* | Improve support for High-speed USB audio devices. | thompsa | 2009-11-08 | 1 | -121/+120 |
* | Fix typo in previous commit. | mav | 2009-09-30 | 1 | -1/+3 |
* | Add some bits of HDMI/DisplayPort support from later specification updates. | mav | 2009-09-29 | 2 | -13/+100 |
* | Move es137x.c and es137x.h to a 2-clause BSD license. Also move a few | joel | 2009-09-22 | 2 | -14/+34 |
* | - According to Linux, the ALi M5451 can do 31-bit DMA instead of just | marius | 2009-09-22 | 1 | -18/+78 |
* | Add NVidia MCP89 HDA controller IDs. | mav | 2009-09-09 | 1 | -0/+8 |
* | Add Intel 82801JD (one more ICH10) HDA controller ID. | mav | 2009-09-09 | 1 | -2/+4 |
* | Improve HDA controller capabilities logging. | mav | 2009-09-02 | 3 | -6/+10 |
* | Remove redundant Giant reference. Giant will be dropped | alfred | 2009-08-24 | 1 | -2/+2 |