diff options
-rw-r--r-- | reference-boards/hal-4a-intel-minnow.json | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/reference-boards/hal-4a-intel-minnow.json b/reference-boards/hal-4a-intel-minnow.json index f4f716f..dc8ce89 100644 --- a/reference-boards/hal-4a-intel-minnow.json +++ b/reference-boards/hal-4a-intel-minnow.json @@ -15,9 +15,9 @@ "info": "Bluealsa hal plugin", "params": { "sco": { - "mic": "INTEL-MINNOW", - "zone": "full-stereo", - "delayms": 800 + "mic": "USB-MIC", + "zone": "front-seats-mono", + "delayms": 500 }, "a2dp": { "zone": "full-stereo", @@ -84,8 +84,9 @@ "cardid": "hw:PCH", "device": 3, "params": { - "rate": 48000 + "rate": 44100 }, + "quirks": [ "QUIRK_BOGUS_POLL_REVENTS_DEMANGLING" ], "sink": { "channels": [ { @@ -100,20 +101,17 @@ } }, "captures": { - "uid": "INTEL-MINNOW", - "path": "/dev/snd/by-path/pci-0000:00:1b.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,7 +142,22 @@ "channel": 1 } ] - } + }, + { + "uid": "front-seats-mono", + "sink": [ + { + "target": "front-right", + "channel": 0, + "volume": 1.0 + }, + { + "target": "front-left", + "channel": 0, + "volume": 1.0 + } + ] + }, ], "streams": [ { |