Skip to content

Commit 8d34c12

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
wm_adsp is built as a separate module and as such should include a MODULE_DESCRIPTION() macro. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://msgid.link/r/20240527100237.430240-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 797c525 commit 8d34c12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/codecs/wm_adsp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,5 +2085,6 @@ static const struct cs_dsp_client_ops wm_adsp2_client_ops = {
20852085
.watchdog_expired = wm_adsp_fatal_error,
20862086
};
20872087

2088+
MODULE_DESCRIPTION("Cirrus Logic ASoC DSP Support");
20882089
MODULE_LICENSE("GPL v2");
20892090
MODULE_IMPORT_NS(FW_CS_DSP);

0 commit comments

Comments
 (0)