aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ca0106/ca0106_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ca0106/ca0106_proc.c')
-rw-r--r--sound/pci/ca0106/ca0106_proc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_proc.c b/sound/pci/ca0106/ca0106_proc.c
index 94b622599386..63757273bfb7 100644
--- a/sound/pci/ca0106/ca0106_proc.c
+++ b/sound/pci/ca0106/ca0106_proc.c
@@ -77,6 +77,8 @@
77#include "ca0106.h" 77#include "ca0106.h"
78 78
79 79
80#ifdef CONFIG_PROC_FS
81
80struct snd_ca0106_category_str { 82struct snd_ca0106_category_str {
81 int val; 83 int val;
82 const char *name; 84 const char *name;
@@ -459,3 +461,4 @@ int __devinit snd_ca0106_proc_init(struct snd_ca0106 * emu)
459 return 0; 461 return 0;
460} 462}
461 463
464#endif /* CONFIG_PROC_FS */