Re: [alsa-devel] [PATCH v4 08/15] soundwire: add initial definitions for sdw_master_device

From: Pierre-Louis Bossart
Date: Fri Dec 13 2019 - 17:16:18 EST





Actually, why are you not using module namespaces here for this new
code? That would help you out a lot.

I must admit I don't understand the question. This is literally modeled
after is_gb_host_device(), did I miss something in the Greybus
implementation?

No, I mean the new MODULE_NAMESPACE() support that is in the kernel.
I'll move the greybus code to use it too, but when you are adding new
apis, it just makes sense to use it then as well.

ok, thanks for the pointer, will look into this.