Updates from VZW source release
/sound/soc/msm/qdsp6/q6asm.c
blob:0523a1f1a3bc739e80b7148cd12c40bd92ac006b -> blob:e72cfb79a2f02acd6587200a3a3c4260e8dc6db1
--- sound/soc/msm/qdsp6/q6asm.c
+++ sound/soc/msm/qdsp6/q6asm.c
@@ -3292,13 +3292,13 @@ static int __init q6asm_init(void)
#ifdef CONFIG_DEBUG_FS
out_buffer = kmalloc(OUT_BUFFER_SIZE, GFP_KERNEL);
out_dentry = debugfs_create_file("audio_out_latency_measurement_node",\
- S_IFREG | S_IRUGO | S_IWUGO,\
+ S_IFREG | S_IRUGO | S_IWUSR | S_IWGRP,\
NULL, NULL, &audio_output_latency_debug_fops);
if (IS_ERR(out_dentry))
pr_err("debugfs_create_file failed\n");
in_buffer = kmalloc(IN_BUFFER_SIZE, GFP_KERNEL);
in_dentry = debugfs_create_file("audio_in_latency_measurement_node",\
- S_IFREG | S_IRUGO | S_IWUGO,\
+ S_IFREG | S_IRUGO | S_IWUSR | S_IWGRP,\
NULL, NULL, &audio_input_latency_debug_fops);
if (IS_ERR(in_dentry))
pr_err("debugfs_create_file failed\n");