Hi list, What is needed to get the patch from #980539 included?
Looking at the source for 5.10.24 the problem still exists and is limited to sun4i_codec and (potentially) rk3288_hdmi_analog modules.
These modules have a "stuct snd_soc_card" with no "owner" set, which triggers kernel warnings when loading the module.
All other 128 files with "stuct snd_soc_card" do also have "owner = THIS_MODULE".
GRTNX, RobJE