diff -urN linux-2.6.24/CREDITS linux-2.6.24-pcsp-kern/CREDITS --- linux-2.6.24/CREDITS 2008-01-27 16:13:20.000000000 +0300 +++ linux-2.6.24-pcsp-kern/CREDITS 2008-01-27 17:03:31.000000000 +0300 @@ -403,6 +403,8 @@ N: Erik Inge Bolsø E: knan@mo.himolde.no D: Misc kernel hacks +D: Updated PC speaker driver for 2.3 +S: Norway N: Andreas E. Bombe E: andreas.bombe@munich.netsurf.de @@ -3109,6 +3111,12 @@ S: Sunnyvale, California 94088-4132 S: USA +N: Stas Sergeev +E: stsp@users.sourceforge.net +D: PCM PC-Speaker driver +D: misc fixes +S: Russia + N: Simon Shapiro E: shimon@i-Connect.Net W: http://www.-i-Connect.Net/~shimon diff -urN linux-2.6.24/drivers/input/misc/Kconfig linux-2.6.24-pcsp-kern/drivers/input/misc/Kconfig --- linux-2.6.24/drivers/input/misc/Kconfig 2008-01-27 16:13:43.000000000 +0300 +++ linux-2.6.24-pcsp-kern/drivers/input/misc/Kconfig 2008-01-27 17:03:31.000000000 +0300 @@ -14,7 +14,8 @@ config INPUT_PCSPKR tristate "PC Speaker support" - depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES + depends on (ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || \ + PPC_PSERIES) && SND_PCSP=n help Say Y here if you want the standard PC Speaker to be used for bells and whistles.