diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-09 20:06:47 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-09 20:06:47 +0000 |
commit | 9c5a46c4cea7660dfd7ea500d1bca633c4eb8ed5 (patch) | |
tree | 146f8df6254f11463a59052fffe9086d8c8962fe /packages/linux/linux-handhelds-2.6 | |
parent | ff9cafdddafd0c6fb61e76236eb9cd82e29857f2 (diff) |
linux-handhelds-2.6: enable OSS emulation in magician defconfig
Diffstat (limited to 'packages/linux/linux-handhelds-2.6')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/magician/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6/magician/defconfig b/packages/linux/linux-handhelds-2.6/magician/defconfig index c47caaefd3..f6572cad55 100644 --- a/packages/linux/linux-handhelds-2.6/magician/defconfig +++ b/packages/linux/linux-handhelds-2.6/magician/defconfig @@ -988,8 +988,8 @@ 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_MIXER_OSS=m +CONFIG_SND_PCM_OSS=m # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_SUPPORT_OLD_API is not set CONFIG_SND_VERBOSE_PROCFS=y |