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/recipes-multimedia/pulseaudio/files/system.pa | |
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/recipes-multimedia/pulseaudio/files/system.pa')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/files/system.pa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/files/system.pa b/meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/files/system.pa index 3a1be43..eef66fc 100644 --- a/meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/files/system.pa +++ b/meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/files/system.pa @@ -29,6 +29,8 @@ load-module module-alsa-source source_name=pcm3168a_input device=hw:pcm3168a for load-module module-alsa-card device_id=ak4613 rate=48000 use_ucm=1 tsched=yes sink_name=ak4613_output source_name=ak4613_input ## Radio input (Kingfisher only) load-module module-alsa-source source_name=radio device=hw:radio channels=2 rate=48000 +## WL18xx PCM interface (Kingfisher only) +load-module module-alsa-card device_id=wl18xx rate=8000 sink_name=bt_output source_name=bt_input ### Load several protocols .ifexists module-esound-protocol-unix.so |