ALSA: hda - restore the MIC FIXUP for some Dell machines
[firefly-linux-kernel-4.4.55.git] / sound / core / sound.c
index e5d37bd7c226e9ca6f4ff594bf53ca2ea9793e3e..175f9e4e01c82d29a4da846d9adb6e77c9575d33 100644 (file)
@@ -330,7 +330,7 @@ int snd_unregister_device(struct device *dev)
 }
 EXPORT_SYMBOL(snd_unregister_device);
 
-#ifdef CONFIG_PROC_FS
+#ifdef CONFIG_SND_PROC_FS
 /*
  *  INFO PART
  */
@@ -391,7 +391,7 @@ int __init snd_minor_info_init(void)
        entry->c.text.read = snd_minor_info_read;
        return snd_info_register(entry); /* freed in error path */
 }
-#endif /* CONFIG_PROC_FS */
+#endif /* CONFIG_SND_PROC_FS */
 
 /*
  *  INIT PART