diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-02-13 17:04:49 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-18 11:12:47 +0000 |
commit | fdf0e3c4c67ceb5ddc77c9c1f27d85c1be2055a6 (patch) | |
tree | b72b447cf062a26f583f799076c06e5c93a927ef | |
parent | 816e97ebc9aa0e6604898586c01762e61f6aaf16 (diff) |
intel-upsquared: fixed the bluetooth SCO with an optional micsandbox/jsmoeller/testsandbox
Fixed the bogus capture setup, HDMI cannot be used for that.
See comments about changes of the minnow board for more details.
Change-Id: Ia845437aade06d5994e7b86e3f73dca1ac0c197a
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r-- | community-boards/hal-4a-intel-upsquared-hdmi.json | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/community-boards/hal-4a-intel-upsquared-hdmi.json b/community-boards/hal-4a-intel-upsquared-hdmi.json index 6cc1cf7..1a61723 100644 --- a/community-boards/hal-4a-intel-upsquared-hdmi.json +++ b/community-boards/hal-4a-intel-upsquared-hdmi.json @@ -15,9 +15,9 @@ "info": "Bluealsa hal plugin", "params": { "sco": { - "mic": "INTEL-UPSQUARED-HDMI", - "zone": "full-stereo", - "delayms": 800 + "mic": "USB-MIC", + "zone": "front-seats-mono", + "delayms": 500 }, "a2dp": { "zone": "full-stereo", @@ -100,20 +100,17 @@ } }, "captures": { - "uid": "INTEL-UPSQUARED-HDMI", - "path": "/dev/snd/by-path/pci-0000:00:0e.0", + "uid": "USB-MIC", + "cardid": "hw:Microphone", "params": { - "rate": 48000 + "rate": 8000 }, + "optional" : true, "source": { "channels": [ { - "uid": "mic-right", + "uid": "mic-mono", "port": 0 - }, - { - "uid": "mic-left", - "port": 1 } ] } @@ -144,6 +141,21 @@ "channel": 1 } ] + }, + { + "uid": "front-seats-mono", + "sink": [ + { + "target": "front-right", + "channel": 0, + "volume": 1.0 + }, + { + "target": "front-left", + "channel": 0, + "volume": 1.0 + } + ] } ], "streams": [ |