common: add permissions for native ALAC driver
A native driver to support end to end playback of ALAC content has been implemented. Give 660 permissions to the driver to support the feature. CRs-Fixed: 808940 Change-Id: Id11145249b4527476972a945955a1acb82af676b
This commit is contained in:
parent
c4f706275a
commit
a03eb082e6
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
|
# Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -131,6 +131,7 @@
|
||||||
/dev/msm_evrc 0660 system audio
|
/dev/msm_evrc 0660 system audio
|
||||||
/dev/msm_wma 0660 system audio
|
/dev/msm_wma 0660 system audio
|
||||||
/dev/msm_wmapro 0660 system audio
|
/dev/msm_wmapro 0660 system audio
|
||||||
|
/dev/msm_alac 0660 system audio
|
||||||
/dev/msm_amrnb 0660 system audio
|
/dev/msm_amrnb 0660 system audio
|
||||||
/dev/msm_amrwb 0660 system audio
|
/dev/msm_amrwb 0660 system audio
|
||||||
/dev/msm_amrwbplus 0660 system audio
|
/dev/msm_amrwbplus 0660 system audio
|
||||||
|
|
Loading…
Reference in New Issue