aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/compress_offload.c')
-rw-r--r--sound/core/compress_offload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/compress_offload.c b/sound/core/compress_offload.c
index 4563432badba..4b01a37c836e 100644
--- a/sound/core/compress_offload.c
+++ b/sound/core/compress_offload.c
@@ -1001,7 +1001,7 @@ static int snd_compress_proc_init(struct snd_compr *compr)
1001 compr->card->proc_root); 1001 compr->card->proc_root);
1002 if (!entry) 1002 if (!entry)
1003 return -ENOMEM; 1003 return -ENOMEM;
1004 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO; 1004 entry->mode = S_IFDIR | 0555;
1005 if (snd_info_register(entry) < 0) { 1005 if (snd_info_register(entry) < 0) {
1006 snd_info_free_entry(entry); 1006 snd_info_free_entry(entry);
1007 return -ENOMEM; 1007 return -ENOMEM;