freebsd-dev/sys/dev/sound
Kip Macy 8451d0dd78 In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by:	rwatson
Approved by:	re (bz)
2011-09-16 13:58:51 +00:00
..
isa Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
macio Do not attach to the sound device on G5 Xserves, which is actually an 2011-06-26 00:35:11 +00:00
midi In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
pci Fix headphones pin configuration on Lenovo B450 laptop. 2011-08-18 13:33:34 +00:00
pcm dsp_ioctl: fix type of variable used to store ioctl request 2011-09-12 08:38:21 +00:00
sbus Fix typos. 2010-11-09 10:59:09 +00:00
usb Fix precedence warning when compiling kernel with clang. 2011-09-06 08:15:55 +00:00
chip.h
clone.c Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
clone.h
driver.c Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
unit.c Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
unit.h
version.h - Add a way to change filter oversampling factor through 2009-06-15 04:31:34 +00:00