thesofproject / linux

Linux kernel source tree
Other
91 stars 134 forks source link

Merge/sound upstream 20240805 #5132

Closed plbossart closed 3 months ago

plbossart commented 3 months ago

6-11-rc2 is here, and lots of SoundWire patches merged, time for an upstream merge.

sof-dev-rebase-20240805 pushed

plbossart commented 3 months ago

no new errors outside of yet anothe alsa-bat issue:

https://sof-ci.01.org/linuxpr/PR5132/build4267/devicetest/index.html?model=MTLP_RVP_HDA&testcase=check-alsabat-headset-capture-997

@ssavati @jsarha any comments on this? not sure if this is a device-specific issue or a recurring one.

jsarha commented 3 months ago

no new errors outside of yet anothe alsa-bat issue:

https://sof-ci.01.org/linuxpr/PR5132/build4267/devicetest/index.html?model=MTLP_RVP_HDA&testcase=check-alsabat-headset-capture-997

@ssavati @jsarha any comments on this? not sure if this is a device-specific issue or a recurring one.

Screenshot at 2024-08-06 10-01-28

This does not look like the 1ms or so phase shift in the test signal, that I was hunting. In stead this looks like the less often occurring failure, where the speculation has been that the playback and capture parts of the test are out of sync.

There are two instances of alsabat being executed as independent commands, here: https://github.com/thesofproject/sof-test/blob/000633ac4d786d0759505cd7fcc770e5ebabb29c/test-case/check-alsabat.sh#L121 and here: https://github.com/thesofproject/sof-test/blob/000633ac4d786d0759505cd7fcc770e5ebabb29c/test-case/check-alsabat.sh#L133