Hi Pierre On Sat, Dec 17, 2022 at 1:37 AM Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> wrote: > > Ok, thanks for the explanations. > > Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> 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-1-arnd@xxxxxxxxxx/. 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? thanks