Skip to content

Commit

Permalink
ASoC: rt5677: Add MODULE_FIRMWARE macro
Browse files Browse the repository at this point in the history
The module loads firmware so add a MODULE_FIRMWARE macro to provide that
information via modinfo.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Link: https://lore.kernel.org/r/20230616115549.1011903-1-juerg.haefliger@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Juerg Haefliger authored and Mark Brown committed Jun 16, 2023
1 parent 289650d commit 0f9c14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/rt5677.c
Original file line number Diff line number Diff line change
Expand Up @@ -5712,3 +5712,5 @@ module_i2c_driver(rt5677_i2c_driver);
MODULE_DESCRIPTION("ASoC RT5677 driver");
MODULE_AUTHOR("Oder Chiou <oder_chiou@realtek.com>");
MODULE_LICENSE("GPL v2");

MODULE_FIRMWARE("rt5677_elf_vad");

0 comments on commit 0f9c14e

Please sign in to comment.