diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-07 16:45:03 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:57:15 +0200 |
commit | 8d5f875e8bead7f10a4a1f227c7b3f93b3fef180 (patch) | |
tree | 54fc07e0d738255cccfd51a5ce2ec6e8b6b32171 | |
parent | 1163d444df67b7fe055ffc94b0b4afdc7dcb4a64 (diff) |
minnow board: fixed the pcm device in json config
Now specifies the device, in addition of the card path.
Also fixes the volume control name that has changed on
the board for some reason.
Change-Id: Ibb217c834addcb8f51195cfec75779928ae61a91
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r-- | 4a-hal-cfg-reference/hal-4a-intel-minnow.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/4a-hal-cfg-reference/hal-4a-intel-minnow.json b/4a-hal-cfg-reference/hal-4a-intel-minnow.json index b1f23a5..01645db 100644 --- a/4a-hal-cfg-reference/hal-4a-intel-minnow.json +++ b/4a-hal-cfg-reference/hal-4a-intel-minnow.json @@ -20,7 +20,7 @@ { "uid": "agl-master-playback-volume", "alsa": { - "name": "IEC958 Playback Volume", + "name": "IEC958 Playback Default", "value": 100 } }, @@ -70,7 +70,8 @@ ], "playbacks" : { "uid": "INTEL-MINNOW", - "path": "/dev/snd/by-path/pci-0000:00:1b.0", + "cardid": "hw:PCH", + "device": 3, "params": { "rate": 48000 }, |