Updates from VZW source release
/arch/arm/mach-msm/qdsp5v2/snddev_icodec.c
blob:dbeda82afa2262abc72167d328f3c1b4959ff08e -> blob:c1fc847b5bdb6318f34e39c19a2200d6d0a54ff0
--- arch/arm/mach-msm/qdsp5v2/snddev_icodec.c
+++ arch/arm/mach-msm/qdsp5v2/snddev_icodec.c
@@ -1143,10 +1143,10 @@ static int __init snddev_icodec_init(voi
debugfs_sdev_dent = debugfs_create_dir("snddev_icodec", 0);
if (debugfs_sdev_dent) {
debugfs_afelb = debugfs_create_file("afe_loopback",
- S_IFREG | S_IWUGO, debugfs_sdev_dent,
+ S_IFREG | S_IWUSR | S_IWGRP, debugfs_sdev_dent,
(void *) "afe_loopback", &snddev_icodec_debug_fops);
debugfs_adielb = debugfs_create_file("adie_loopback",
- S_IFREG | S_IWUGO, debugfs_sdev_dent,
+ S_IFREG | S_IWUSR | S_IWGRP, debugfs_sdev_dent,
(void *) "adie_loopback", &snddev_icodec_debug_fops);
}
#endif