index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sound
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few comment typos.
joel
2012-01-15
1
-4
/
+4
*
Remove spurious 8bit chars, turning files into plain ASCII.
uqs
2012-01-15
1
-2
/
+2
*
Major snd_hda driver rewrite:
mav
2012-01-15
10
-7312
/
+8829
*
Replace GPL'd headers in the emu10kx snd driver code.
pfg
2012-01-11
5
-293
/
+312
*
Fix an inconsistency that crept in while replacing constants
pfg
2012-01-11
1
-2
/
+2
*
Replace a GPL'd header in the emu10k1 snd driver code.
pfg
2012-01-03
2
-235
/
+1006
*
Oops, list of IDs is not sequential. Have to list all of them expoicitly.
mav
2011-12-20
1
-2
/
+10
*
Cast some vendor-specific spell on VIA VT1708S codecs to:
mav
2011-12-20
1
-5
/
+39
*
Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so that
hselasky
2011-12-14
1
-2
/
+4
*
Stop USB audio transfers early so that any audio applications
hselasky
2011-12-14
2
-1
/
+14
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
5
-12
/
+12
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
3
-3
/
+3
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
6
-6
/
+6
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+2
*
dsp_ioctl: fix type of variable used to store ioctl request
avg
2011-09-12
1
-1
/
+2
*
Fix precedence warning when compiling kernel with clang.
hselasky
2011-09-06
1
-2
/
+2
*
Fix headphones pin configuration on Lenovo B450 laptop.
mav
2011-08-18
1
-0
/
+8
*
Restore USB MIDI transmit buffer size to 1Kbyte.
hselasky
2011-07-14
1
-1
/
+1
*
Introduce a quirk for broken USB MIDI hardware instead of limiting performance
hselasky
2011-07-03
1
-11
/
+11
*
Fix problem about USB MIDI TX data format, that some devices only accept
hselasky
2011-07-02
1
-23
/
+30
*
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
[next]