Libin Yang
Libin Yang
V2 update: move the memcpy into the loop.
close this PR and will re-submit a new one after it is necessary.
I have one tributo and I tested 5.18.0-2 kernel. Playback works well although there are some error logs. BTW: I didn't use the sof-bin-v2.2 FW as my tributo uses different...
And I tried the latest sof-dev kernel, there is no "Probe not complete, timed out" message. playback works well. Please see the attachment for dmesg and other logs. [alsa-info.5.19.0-rc2.txt](https://github.com/thesofproject/linux/files/9189131/alsa-info.5.19.0-rc2.txt)
> @libinyang thanks for testing. In the case of the 5.18 kernel, I wouldn't characterize the results as "Playback works well although there are some error logs." The SoundWire bus...
> > @plbossart Sure. I will test Dell OEM image. On 5.18 kernel, I can hear the sound when playback and aplay seems to work properly. I downloaded OEM image....
> I downloaded OEM image. But I didn't know the built-in passwd and I need passwd to change my fw with debug key. So the progress is pending. Hui from...
@gbuloz The ACPI table seems OK now. Besides dmesg, please also attach the lspci -vvvv
@gbuloz Based on the information: ``` physical_node -> ../../../../../pci0000:00/0000:00:15.3/i2c_designware.1/i2c-1/i2c-10EC5660:00 ``` The codec is located on i2c-1. However on my CRB, the codec is located on i2c-5, addr: 0x1c Could you...
@gbuloz Yes, I also suspect that the hw topology changed but the ACPI didn't change correctly correspondingly. Could you apply the below patch and see whether the acpi export the...