Skip to content

Commit

Permalink
[ALSA] Fix wrong dependencies of snd-aoa driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 28, 2006
1 parent 3083319 commit e8b98ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/aoa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8b98ff

Please sign in to comment.