From 2a9cde47a47459f3269d5122b06b7f4c84f6564a Mon Sep 17 00:00:00 2001 From: Vidyakumar Athota Date: Fri, 13 Jul 2012 16:43:51 -0700 Subject: [PATCH] ueventd: Add permissions for audio nodes Change-Id: Ibb7a34e0525618bc5e5434630450974097193624 --- rootdir/etc/ueventd.qcom.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 5e74e328..2a11e8a1 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -57,3 +57,8 @@ /dev/msm_vidc_dec_sec 0660 system audio /dev/msm_vidc_enc 0660 system audio /dev/msm_rotator 0664 system system +#permissions for audio +/dev/msm_qcelp 0660 system audio +/dev/msm_evrc 0660 system audio +/dev/msm_wma 0660 system audio +/dev/msm_wmapro 0660 system audio