diff options
author | Andrey Gusakov <andrey.gusakov@cogentembedded.com> | 2017-08-10 16:43:56 +0300 |
---|---|---|
committer | Andrey Gusakov <andrey.gusakov@cogentembedded.com> | 2017-08-10 18:32:32 +0300 |
commit | 0cf6512fd0659a87ae77905ba0194a140e50dc83 (patch) | |
tree | c60f8a84f750dd058458703cfead8214a14ce4c4 /meta-rcar-gen3-adas/conf | |
parent | 5b99b3df6f892690a99d2cc7d60e1496fd6a37bd (diff) |
Kingfisher: enable PCM audio between CPU and BT module
Add dummy driver for wl18xx PCM.
Update dtb's. Update pulseaudio config.
Also add ofono-test.
Diffstat (limited to 'meta-rcar-gen3-adas/conf')
-rw-r--r-- | meta-rcar-gen3-adas/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/conf/layer.conf b/meta-rcar-gen3-adas/conf/layer.conf index 765cb0e..c643dbb 100644 --- a/meta-rcar-gen3-adas/conf/layer.conf +++ b/meta-rcar-gen3-adas/conf/layer.conf @@ -62,6 +62,7 @@ IMAGE_INSTALL_append_rcar-gen3 += " \ pulseaudio-module-bluetooth-discover \ pulseaudio-module-bluetooth-policy \ ofono \ + ofono-tests \ " DISTRO_FEATURES_remove="x11" |