9 Apr
2015
9 Apr
'15
9:37 p.m.
On Thu, Apr 09, 2015 at 10:55:24AM +0200, Lars-Peter Clausen wrote:
But the snd_soc_dapm_debugfs_init() call that's going to access the card->debugfs_root was put before the snd_init_card_debugfs() at the first place....
I'm not sure if this could be a fix but the warning is actually gone:
There is more stuff that expects the directory to exist in snd_soc_instantiate_card() so we need to move soc_init_card_debugfs() further up. See the patch I just sent.
Yea, I saw that. Thank you for the fix.