Commit df944f66784e6d4f2f50739263a4947885d8b6ae
1 parent
c2f340a69c
Exists in
master
and in
6 other branches
ALSA: Fix dependency of CONFIG_SND_TEA575X
CONFIG_SND_TEA575X is enabled by RADIO_SF16FMR2, but the latter one is no PCI device. Since tea575x-tuner itself is independent from the board bus type, the config should be moved out of SND_PCI dependency. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff
sound/pci/Kconfig
1 | 1 | # ALSA PCI drivers |
2 | 2 | |
3 | +config SND_TEA575X | |
4 | + tristate | |
5 | + depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 | |
6 | + default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 | |
7 | + | |
3 | 8 | menuconfig SND_PCI |
4 | 9 | bool "PCI sound devices" |
5 | 10 | depends on PCI |
... | ... | @@ -562,11 +567,6 @@ |
562 | 567 | Say Y here to include support for soundcards based on the ForteMedia |
563 | 568 | FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and |
564 | 569 | SF64-PCR) into the snd-fm801 driver. |
565 | - | |
566 | -config SND_TEA575X | |
567 | - tristate | |
568 | - depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 | |
569 | - default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 | |
570 | 570 | |
571 | 571 | source "sound/pci/hda/Kconfig" |
572 | 572 |