diff options
| author | Pierre-Louis Bossart <[email protected]> | 2024-05-27 19:44:14 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-05-27 20:19:27 +0000 |
| commit | 3ff78451b8e446e9a548b98a0d4dd8d24dc5780b (patch) | |
| tree | 9274c022673600dd50215e92ff5879dfc7fdec00 /sound/soc/sof/intel/hda-ctrl.c | |
| parent | ASoC: SOF: reorder MODULE_ definitions (diff) | |
| download | kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.tar.gz kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.zip | |
ASoC: SOF: add missing MODULE_DESCRIPTION()
MODULE_DESCRIPTION() was optional until it became mandatory and
flagged as an error by 'make W=1'.
Reported-by: Andy Shevchenko <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/sof/intel/hda-ctrl.c')
| -rw-r--r-- | sound/soc/sof/intel/hda-ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda-ctrl.c b/sound/soc/sof/intel/hda-ctrl.c index 262b482dc0a8..b9a02750ce61 100644 --- a/sound/soc/sof/intel/hda-ctrl.c +++ b/sound/soc/sof/intel/hda-ctrl.c @@ -328,6 +328,7 @@ void hda_dsp_ctrl_stop_chip(struct snd_sof_dev *sdev) } MODULE_LICENSE("Dual BSD/GPL"); +MODULE_DESCRIPTION("SOF helpers for HDaudio platforms"); MODULE_IMPORT_NS(SND_SOC_SOF_HDA_MLINK); MODULE_IMPORT_NS(SND_SOC_SOF_HDA_AUDIO_CODEC); MODULE_IMPORT_NS(SND_SOC_SOF_HDA_AUDIO_CODEC_I915); |
