ALSA: ca0106: Fix/cleanup ifdef CONFIG_PROC_FS

Build ca0106_proc.o conditionally to drop unneeded ifdef.
Some are replaced with the new CONFIG_SND_PROC_FS.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2015-05-29 07:53:52 +02:00
parent f68ce62997
commit 1c1784387a
3 changed files with 3 additions and 6 deletions

View File

@@ -1885,7 +1885,7 @@ static int snd_ca0106_probe(struct pci_dev *pci,
goto error;
dev_dbg(card->dev, " done.\n");
#ifdef CONFIG_PROC_FS
#ifdef CONFIG_SND_PROC_FS
snd_ca0106_proc_init(chip);
#endif