summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2015-11-23 12:20:23 -0600
committerMisael Lopez Cruz2016-09-30 12:56:47 -0500
commit44c140477cab74666ad3dd67c5908d16e3cb2a9a (patch)
treea0ba08e7fddd42e4576fc96c9c7dd5dc0832afb6
parenta27c81343852a087d70d37ffb03f925a56f892d4 (diff)
downloaddevice-ti-jacinto6evm-44c140477cab74666ad3dd67c5908d16e3cb2a9a.tar.gz
device-ti-jacinto6evm-44c140477cab74666ad3dd67c5908d16e3cb2a9a.tar.xz
device-ti-jacinto6evm-44c140477cab74666ad3dd67c5908d16e3cb2a9a.zip
jacinto6evm: Set 'media' user for i2c devices
The i2c devices are used by the radio and APPE user-space components, mainly to configure the analog codecs for DSP rendering and to configure radio tuners. The user/group is set to media:system in order to allow the APPE part to be started from the Audio HAL (which runs as the 'media' user). At the moment, not all i2c devices are accessed by the 'media' user but having them all accessible by media user provides more flexibility in case the analog codecs are moved to different i2c buses. Change-Id: If920c0861157863c43dbb59cbba9b1997a2ce00a Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--ueventd.jacinto6evmboard.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ueventd.jacinto6evmboard.rc b/ueventd.jacinto6evmboard.rc
index d30f01c..bf1cd0e 100644
--- a/ueventd.jacinto6evmboard.rc
+++ b/ueventd.jacinto6evmboard.rc
@@ -18,10 +18,10 @@
18/dev/hci_tty 0666 bluetooth bluetooth 18/dev/hci_tty 0666 bluetooth bluetooth
19 19
20# Radio Tuners 20# Radio Tuners
21/dev/i2c-0 0660 system system 21/dev/i2c-0 0660 media system
22/dev/i2c-1 0660 system system 22/dev/i2c-1 0660 media system
23/dev/i2c-3 0660 system system 23/dev/i2c-3 0660 media system
24/dev/i2c-4 0660 system system 24/dev/i2c-4 0660 media system
25 25
26# cmem 26# cmem
27/dev/cmem 0660 system system 27/dev/cmem 0660 system system