[Armadeus-commitlog] SF.net SVN: armadeus:[1318] trunk/buildroot/local/apf27_test/linux-2.6.29. con
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-02 15:11:18
|
Revision: 1318
http://armadeus.svn.sourceforge.net/armadeus/?rev=1318&view=rev
Author: artemys
Date: 2009-06-02 15:11:05 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
[TEST] Add OSS support in APF27's Linux (Doom needs it for sound)
Modified Paths:
--------------
trunk/buildroot/local/apf27_test/linux-2.6.29.config
Modified: trunk/buildroot/local/apf27_test/linux-2.6.29.config
===================================================================
--- trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-02 15:08:18 UTC (rev 1317)
+++ trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-02 15:11:05 UTC (rev 1318)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29
-# Tue Jun 2 15:41:01 2009
+# Tue Jun 2 16:30:22 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1142,13 +1142,15 @@
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_LOGO_ARMADEUS_CLUT224 is not set
CONFIG_SOUND=m
-# CONFIG_SOUND_OSS_CORE is not set
+CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
# CONFIG_SND_SEQUENCER is not set
-# CONFIG_SND_MIXER_OSS is not set
-# CONFIG_SND_PCM_OSS is not set
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=m
+CONFIG_SND_PCM_OSS=m
+CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|