Commit 129a4c9f authored by Takashi Iwai's avatar Takashi Iwai

ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS

Although there shouldn't be a problem in practice (the compiler should
handle well), it's better to follow to the new Kconfig.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 41960d95
...@@ -914,7 +914,7 @@ static int snd_card_dummy_new_mixer(struct snd_dummy *dummy) ...@@ -914,7 +914,7 @@ static int snd_card_dummy_new_mixer(struct snd_dummy *dummy)
return 0; return 0;
} }
#if defined(CONFIG_SND_DEBUG) && defined(CONFIG_PROC_FS) #if defined(CONFIG_SND_DEBUG) && defined(CONFIG_SND_PROC_FS)
/* /*
* proc interface * proc interface
*/ */
...@@ -1042,7 +1042,7 @@ static void dummy_proc_init(struct snd_dummy *chip) ...@@ -1042,7 +1042,7 @@ static void dummy_proc_init(struct snd_dummy *chip)
} }
#else #else
#define dummy_proc_init(x) #define dummy_proc_init(x)
#endif /* CONFIG_SND_DEBUG && CONFIG_PROC_FS */ #endif /* CONFIG_SND_DEBUG && CONFIG_SND_PROC_FS */
static int snd_dummy_probe(struct platform_device *devptr) static int snd_dummy_probe(struct platform_device *devptr)
{ {
......
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