diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-14 13:22:29 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-14 13:22:29 +0200 |
commit | e173f942334e741714ac45924554552b5511de1d (patch) | |
tree | 85eca3767766227b676ada3da241e6d0b0f410de /conf.d/project/etc/smixer-4a-default.json | |
parent | d20a13dd0bc21249bbde0ec0116512b51c90cebc (diff) |
smixer-4a-default.json: add target runtime path for plugin lookup
Change-Id: I760e1a1b30db924babe5def22c8984719c607d1b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/smixer-4a-default.json')
-rw-r--r-- | conf.d/project/etc/smixer-4a-default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/smixer-4a-default.json b/conf.d/project/etc/smixer-4a-default.json index be94e7b..d03a7a9 100644 --- a/conf.d/project/etc/smixer-4a-default.json +++ b/conf.d/project/etc/smixer-4a-default.json @@ -10,7 +10,7 @@ { "uid": "softmixer", "info": "Map alsa-loop subdevices to 4A HAL streams", - "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var", + "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var:/usr/libexec/agl/smixer", "libs": ["alsa-softmixer.ctlso"] } ], |