add SGI O2 sound driver

svn path=/dists/trunk/linux-2.6/; revision=11816
This commit is contained in:
Martin Michlmayr 2008-07-09 11:07:40 +00:00
parent af1b18d656
commit 4329d2384a
4 changed files with 1921 additions and 2 deletions

3
debian/changelog vendored
View File

@ -88,9 +88,10 @@ linux-2.6 (2.6.26~rc9-1~experimental.1) UNRELEASED; urgency=low
on the request of Heinz Janssen.
* [arm/orion5x] Add support for QNAP TS-409 and HP mv2120; thanks
Sylver Bruneau.
* [mips] Add fixes from Thomas Bogendoerfer:
* [mips] Add patches from Thomas Bogendoerfer:
- gbefb: fix cmap FIFO timeout (closes: #487257)
- IP32: Enable FAST-20 for onboard scsi
- IP32: SGI O2 sound driver
* [arm/ixp4xx] Add support for Freecom FSG-3 (Rod Whitby).
* [arm/ixp4xx] Enable CONFIG_MACH_DSMG600.
* [arm/iop32x] Unset NET_DMA since it actually leads to worse network

View File

@ -286,7 +286,8 @@ CONFIG_KEYBOARD_ATKBD=y
##
## file: drivers/input/misc/Kconfig
##
# CONFIG_INPUT_MISC is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_SGIO2_BTNS=m
##
## file: drivers/input/mouse/Kconfig
@ -772,3 +773,5 @@ CONFIG_SND_KORG1212=m
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_SGI_O2=m

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,7 @@
+ features/arm/led-pca9532-n2100.patch
+ features/arm/ts409-mv2120-support.patch
+ features/arm/ixp4xx-4874-fsg-board-support.patch
+ features/mips/ip32_sound.patch
+ features/all/at76.patch
+ bugfix/fix-hifn_795X-divdi3.patch
+ bugfix/all/mtd-prevent-physmap-from-causing-request_module-runaway-loop-modprobe-net-pf-1.patch