RE: [PATCH 11/16] ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA

From: Liao, Bard
Date: Thu Feb 20 2025 - 21:07:29 EST




> -----Original Message-----
> From: Jeff Johnson <jeff.johnson@xxxxxxxxxxxxxxxx>
> Sent: Friday, February 21, 2025 2:25 AM
> To: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>; linux-sound@xxxxxxxxxxxxxxx;
> vkoul@xxxxxxxxxx
> Cc: vinod.koul@xxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; pierre-
> louis.bossart@xxxxxxxxx; Liao, Bard <bard.liao@xxxxxxxxx>
> Subject: Re: [PATCH 11/16] ASoC: SOF: Intel: hda-sdw-bpt: add helpers for
> SoundWire BPT DMA
>
> On 2/5/25 00:45, Bard Liao wrote:
> > From: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxx>
> ...
> > +MODULE_LICENSE("Dual BSD/GPL");
> > +MODULE_IMPORT_NS("SND_SOC_SOF_INTEL_HDA_COMMON");
> > +MODULE_IMPORT_NS("SND_SOC_SOF_HDA_MLINK");
>
> Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
> description is missing"), a module without a MODULE_DESCRIPTION() will
> result in a warning with make W=1. Please add a MODULE_DESCRIPTION()
> to avoid this warning.

Thanks for posting this out. I will fix it.