[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>
This commit is contained in:
parent
30833195ec
commit
e8b98ff428
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue