Re: [PATCH] ASoC: tas2781: mark dvc_tlv with __maybe_unused

From: Takashi Iwai
Date: Fri Mar 29 2024 - 03:38:20 EST


On Thu, 28 Mar 2024 23:47:37 +0100,
Gergo Koteles wrote:
>
> Since we put dvc_tlv static variable to a header file it's copied to
> each module that includes the header. But not all of them are actually
> used it.
>
> Fix this W=1 build warning:
>
> include/sound/tas2781-tlv.h:18:35: warning: 'dvc_tlv' defined but not
> used [-Wunused-const-variable=]
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202403290354.v0StnRpc-lkp@xxxxxxxxx/
> Fixes: ae065d0ce9e3 ("ALSA: hda/tas2781: remove digital gain kcontrol")
> Signed-off-by: Gergo Koteles <soyer@xxxxxx>

Thanks, applied now.


Takashi