Skip to content

Commit 94aa347

Browse files
Amadeusz Sławińskibroonie
authored andcommitted
ASoC: Intel: avs: Add MODULE_FIRMWARE to inform about FW
MODULE_FIRMWARE macro adds hint to module information about which FW is expected to be present on file system. Signed-off-by: Amadeusz Sławiński <[email protected]> Signed-off-by: Cezary Rojewski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3322803 commit 94aa347

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/soc/intel/avs/core.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,3 +902,13 @@ MODULE_AUTHOR("Cezary Rojewski <[email protected]>");
902902
MODULE_AUTHOR("Amadeusz Slawinski <[email protected]>");
903903
MODULE_DESCRIPTION("Intel cAVS sound driver");
904904
MODULE_LICENSE("GPL");
905+
MODULE_FIRMWARE("intel/skl/dsp_basefw.bin");
906+
MODULE_FIRMWARE("intel/apl/dsp_basefw.bin");
907+
MODULE_FIRMWARE("intel/cnl/dsp_basefw.bin");
908+
MODULE_FIRMWARE("intel/icl/dsp_basefw.bin");
909+
MODULE_FIRMWARE("intel/jsl/dsp_basefw.bin");
910+
MODULE_FIRMWARE("intel/lkf/dsp_basefw.bin");
911+
MODULE_FIRMWARE("intel/tgl/dsp_basefw.bin");
912+
MODULE_FIRMWARE("intel/ehl/dsp_basefw.bin");
913+
MODULE_FIRMWARE("intel/adl/dsp_basefw.bin");
914+
MODULE_FIRMWARE("intel/adl_n/dsp_basefw.bin");

0 commit comments

Comments
 (0)