On 12/21/22 17:30, Ajye Huang wrote:
Hi Pierre
On Sat, Dec 17, 2022 at 1:37 AM Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com wrote:
Ok, thanks for the explanations.
Acked-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com
Yesterday, I saw Arnd Bergmann sent this patch "ASoC: Intel: sof-nau8825: fix module alias overflow " for reducing the string to prevent over length,https://patchwork.kernel.org/project/alsa-devel/patch/20221221132515.2363276....
so, I need to check with you, should my string need to change the format style with his, even the my string does not over length , from .drv_name = "adl_nau8318_nau8825" to .drv_name = "adl_nau8318_8825", align with his format style?
That would be more consistent indeed, no objections from me.