Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: bttv: Add MODULE_FIRMWARE macro

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>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Juerg Haefliger and committed by
Hans Verkuil
1a6c4bad bd5b50b3

+1
+1
drivers/media/pci/bt8xx/bttv-cards.c
··· 126 126 "\t\t 3 = tvaudio"); 127 127 MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card definition."); 128 128 129 + MODULE_FIRMWARE("hcwamc.rbf"); 129 130 130 131 /* I2C addresses list */ 131 132 #define I2C_ADDR_TDA7432 0x8a