diff options
author | Satya Krishna Pindiproli <satyak@codeaurora.org> | 2017-07-13 15:33:17 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:14 +0200 |
commit | f9adf08ee73d000b5bae160d875a89f1f56242ce (patch) | |
tree | ef6a272e03b7d0de92a2610ec1c9976bedcb55a1 /rootdir/etc | |
parent | 5f4ca3b2dc73645d29474ae415d96b939a4a066b (diff) |
shinano-common: ueventd: Add and edit permissions of audio nodes
Change permissions of AMR-NB device node and change owner
and group of AMR-WB node to fix failure in opening of these
nodes from OMX component.
CRs-Fixed: 2072938
Change-Id: I5508529726ce0a3b763ac1364960def32887c6a2
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index e1ae27d..e9d129b 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -145,7 +145,8 @@ /dev/msm_aac_in 0660 system audio /dev/msm_qcelp_in 0660 system audio /dev/msm_evrc_in 0660 system audio -/dev/msm_amrnb_in 0640 system audio +/dev/msm_amrnb_in 0660 system audio +/dev/msm_amrwb_in 0660 system audio /dev/msm_a2dp_in 0660 system audio /dev/msm_ac3 0660 system audio /dev/msm_acdb 0660 system audio |