Skip to content

Commit 27205a6

Browse files
Sugar Zhangrkhuangtao
authored andcommitted
ASoC: rockchip: vad: chmod 0644 for voice_inactive_frames
This patch add write permission for user. Change-Id: I4dad9394aaea485693732196c7e52702c61fbe8b Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
1 parent f54e077 commit 27205a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/rockchip/rockchip_vad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define VAD_SRAM_BUFFER_END 0xfffbfff8
3535

3636
static unsigned int voice_inactive_frames;
37-
module_param(voice_inactive_frames, uint, 0444);
37+
module_param(voice_inactive_frames, uint, 0644);
3838
MODULE_PARM_DESC(voice_inactive_frames, "voice inactive frame count");
3939

4040
struct vad_buf {

0 commit comments

Comments
 (0)