diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-06-26 07:15:07 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 13:30:51 -0400 |
commit | e8b98ff428f1c0eb5311d732043c0e4d28ffce8e (patch) | |
tree | 2f9094d7c91f68419ff99cb67bdb8c988a67e88f /sound/aoa | |
parent | 30833195ec8d2b8bcc17fb06659e91506edf5b63 (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/Kconfig | 3 |
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" | |||
3 | 3 | ||
4 | config SND_AOA | 4 | config SND_AOA |
5 | tristate "Apple Onboard Audio driver" | 5 | tristate "Apple Onboard Audio driver" |
6 | depends on SOUND && SND_PCM | 6 | depends on SND |
7 | select SND_PCM | ||
7 | ---help--- | 8 | ---help--- |
8 | This option enables the new driver for the various | 9 | This option enables the new driver for the various |
9 | Apple Onboard Audio components. | 10 | Apple Onboard Audio components. |