On Mon, Jul 26, 2021 at 11:01 PM Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com 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.
Arnd