aboutsummaryrefslogtreecommitdiff
path: root/sound/aoa
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-06-26 13:15:07 +0200
committerJaroslav Kysela <perex@suse.cz>2006-06-28 19:30:51 +0200
commite8b98ff428f1c0eb5311d732043c0e4d28ffce8e (patch)
tree2f9094d7c91f68419ff99cb67bdb8c988a67e88f /sound/aoa
parent30833195ec8d2b8bcc17fb06659e91506edf5b63 (diff)
[ALSA] Fix wrong dependencies of snd-aoa driver
Fixed wrong dependencies of snd-aoa driver. It selects PCM instead. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/aoa')
-rw-r--r--sound/aoa/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig
index a85194fe0b06..2f4334d19ccd 100644
--- a/sound/aoa/Kconfig
+++ b/sound/aoa/Kconfig
@@ -3,7 +3,8 @@ menu "Apple Onboard Audio driver"
config SND_AOA
tristate "Apple Onboard Audio driver"
- depends on SOUND && SND_PCM
+ depends on SND
+ select SND_PCM
---help---
This option enables the new driver for the various
Apple Onboard Audio components.