Hello everyone,
you can find the latest results from testing master branch here:
Overall summary: working, some issues with audio
Audio works locally* and over bluetooth
Navigation, contacts/dialer, mixer, messaging, radio are working
Known issues: SPEC-3900 - audio stutters, affects all platforms.
Bluetooth playback seems to be unaffected.
New issues: when trying to play radio on h3ulcb+kf a couple of pops/chirps and does not work, radio via rtlsdr is fine
Audio does not play out of the box on intel platforms(up2/minnow) like before and the old config files seem to be replaced by /etc/wireplumber/config.lua.d/30-alsa-monitor.lua, so I inserted this snippet and got audio on up2 and minnow(hw:0,3)
{
-- qemux86-64
{ "node.name", "matches", "alsa_output.*" },
{ "api.alsa.card.id", "=", "PCH" },
{ "api.alsa.path", '=', "hw:0,7" },
},
-- qemux86-64
{ "node.name", "matches", "alsa_output.*" },
{ "api.alsa.card.id", "=", "PCH" },
{ "api.alsa.path", '=', "hw:0,7" },
},
On minnow I observed strange behavior, on pause from running local playback or radio, the audio freezes and replays the last buffer/frame and is in irrecoverable state until I reboot the board.
Best regards,
Eddie
_._,_._,_
Links:
You receive all messages sent to this group.
View/Reply Online (#9169) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [list-automotive-discussions82@xxxxxxxxxxx]
_._,_._,_