Commit e8b98ff4 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] Fix wrong dependencies of snd-aoa driver

Fixed wrong dependencies of snd-aoa driver.  It selects PCM instead.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 30833195
...@@ -3,7 +3,8 @@ menu "Apple Onboard Audio driver" ...@@ -3,7 +3,8 @@ menu "Apple Onboard Audio driver"
config SND_AOA config SND_AOA
tristate "Apple Onboard Audio driver" tristate "Apple Onboard Audio driver"
depends on SOUND && SND_PCM depends on SND
select SND_PCM
---help--- ---help---
This option enables the new driver for the various This option enables the new driver for the various
Apple Onboard Audio components. Apple Onboard Audio components.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment