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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user