Commit 99f08bf5 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Takashi Iwai

ALSA: oxygen: fix CONFIG_SND_OXYGEN_LIB dependency selection

As the select directive does not handle indirect dependencies, select
those explicitly in the driver sections.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2dbf0ea2
...@@ -207,12 +207,12 @@ config SND_CMIPCI ...@@ -207,12 +207,12 @@ config SND_CMIPCI
config SND_OXYGEN_LIB config SND_OXYGEN_LIB
tristate tristate
select SND_PCM
select SND_MPU401_UART
config SND_OXYGEN config SND_OXYGEN
tristate "C-Media 8788 (Oxygen)" tristate "C-Media 8788 (Oxygen)"
select SND_OXYGEN_LIB select SND_OXYGEN_LIB
select SND_PCM
select SND_MPU401_UART
help help
Say Y here to include support for sound cards based on the Say Y here to include support for sound cards based on the
C-Media CMI8788 (Oxygen HD Audio) chip: C-Media CMI8788 (Oxygen HD Audio) chip:
...@@ -581,6 +581,8 @@ config SND_HDSPM ...@@ -581,6 +581,8 @@ config SND_HDSPM
config SND_HIFIER config SND_HIFIER
tristate "TempoTec HiFier Fantasia" tristate "TempoTec HiFier Fantasia"
select SND_OXYGEN_LIB select SND_OXYGEN_LIB
select SND_PCM
select SND_MPU401_UART
help help
Say Y here to include support for the MediaTek/TempoTec HiFier Say Y here to include support for the MediaTek/TempoTec HiFier
Fantasia sound card. Fantasia sound card.
...@@ -817,6 +819,8 @@ config SND_VIA82XX_MODEM ...@@ -817,6 +819,8 @@ config SND_VIA82XX_MODEM
config SND_VIRTUOSO config SND_VIRTUOSO
tristate "Asus Virtuoso 100/200 (Xonar)" tristate "Asus Virtuoso 100/200 (Xonar)"
select SND_OXYGEN_LIB select SND_OXYGEN_LIB
select SND_PCM
select SND_MPU401_UART
select SND_JACK if INPUT=y || INPUT=SND select SND_JACK if INPUT=y || INPUT=SND
help help
Say Y here to include support for sound cards based on the Say Y here to include support for sound cards based on the
......
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