On Mon, Jul 26, 2021 at 11:33 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Mon, Jul 26, 2021 at 11:01 PM Pierre-Louis Bossart > <pierre-louis.bossart@xxxxxxxxxxxxxxx> wrote: > > > > Thanks for this report Arnd. > > > > I can reproduce the problem, the changes made 6 months back don't make > > too much sense to me any longer. I have really no idea why I moved the > > INTEL_SOUNDWIRE config to a boolean, that was asking for trouble. > > > > I have a tentative fix being tested at > > https://github.com/thesofproject/linux/pull/3066. I just moved the > > select operations to a different option and reverted the INTEL_SOUNDWIRE > > config to be an on/off switch from the user perspective, with > > dependencies on built-in v. module checked inside. > > Ah, I'm glad you at least came up with a patch quickly, even if neither of > us remembers what we were thinking then ;-) > > I've added this to my test tree, and will be able to at least verify that this > doesn't break anything obvious over night. Everything seems to be holding up so far, no new randconfig regressions and the one I reported is fixed. I did come across a completely unrelated problem in another patch of yours though, see https://github.com/thesofproject/linux/commit/7fc223e746faf72a7c0d04a7037d6a24ca7f8f0f#commitcomment-54095054 Arnd