diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-01-29 11:35:44 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-02-10 23:56:47 +0000 |
commit | b6aec989e0620322250b033bf339db7868d117d3 (patch) | |
tree | d47fb0d5b6647100be034ca4ca0a91be7efe710b /.gitmodules | |
parent | ca4b8d63bb92f0a72c31107605bca0ab78855ce0 (diff) |
Add support for AVIRT
Leverage the new AVIRT driver for a more secure, more dynamically
configurable loopback sound driver.
To use, replace the file smixer-4a-default.json with
smixer-4a-avirt.json, at /usr/libexec/agl/smixer/etc
The existing snd-aloop configuration is not broken by this change.
The submodule libavirt is temporary, and will be transformed into a library.
Change-Id: I827636656c109a7393ad77997e05069a2462ea46
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4b17e8f..d8e942d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "app-controller-submodule"] path = app-controller-submodule url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule +[submodule "libavirt"] + path = libavirt + url = https://gerrit.automotivelinux.org/src/libavirt |