diff options
Diffstat (limited to 'sound/pci/cs46xx/dsp_spos_scb_lib.c')
-rw-r--r-- | sound/pci/cs46xx/dsp_spos_scb_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/dsp_spos_scb_lib.c b/sound/pci/cs46xx/dsp_spos_scb_lib.c index 7488e1b7a770..abb01ce66983 100644 --- a/sound/pci/cs46xx/dsp_spos_scb_lib.c +++ b/sound/pci/cs46xx/dsp_spos_scb_lib.c | |||
@@ -271,7 +271,7 @@ void cs46xx_dsp_proc_register_scb_desc (struct snd_cs46xx *chip, | |||
271 | 271 | ||
272 | entry->content = SNDRV_INFO_CONTENT_TEXT; | 272 | entry->content = SNDRV_INFO_CONTENT_TEXT; |
273 | entry->private_data = scb_info; | 273 | entry->private_data = scb_info; |
274 | entry->mode = S_IFREG | S_IRUGO | S_IWUSR; | 274 | entry->mode = S_IFREG | 0644; |
275 | 275 | ||
276 | entry->c.text.read = cs46xx_dsp_proc_scb_info_read; | 276 | entry->c.text.read = cs46xx_dsp_proc_scb_info_read; |
277 | 277 | ||