aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs46xx/cs46xx_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs46xx/cs46xx_lib.c')
-rw-r--r--sound/pci/cs46xx/cs46xx_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c
index 0020fd0efc46..ed1251c5f449 100644
--- a/sound/pci/cs46xx/cs46xx_lib.c
+++ b/sound/pci/cs46xx/cs46xx_lib.c
@@ -2849,7 +2849,7 @@ static int snd_cs46xx_proc_init(struct snd_card *card, struct snd_cs46xx *chip)
2849 entry->private_data = chip; 2849 entry->private_data = chip;
2850 entry->c.ops = &snd_cs46xx_proc_io_ops; 2850 entry->c.ops = &snd_cs46xx_proc_io_ops;
2851 entry->size = region->size; 2851 entry->size = region->size;
2852 entry->mode = S_IFREG | S_IRUSR; 2852 entry->mode = S_IFREG | 0400;
2853 } 2853 }
2854 } 2854 }
2855#ifdef CONFIG_SND_CS46XX_NEW_DSP 2855#ifdef CONFIG_SND_CS46XX_NEW_DSP