Skip to content

Commit f0ccc71

Browse files
arndbtiwai
authored andcommitted
ALSA: hda/tas2781: select CONFIG_CRC8 for SND_HDA_SCODEC_TAS2781_I2C
The crc8 function is used by the common fmwlib module, so this has to be selected directly to avoid a link failure: ERROR: modpost: "crc8" [sound/soc/codecs/snd-soc-tas2781-fmwlib.ko] undefined! Fixes: 9fa6a69 ("ALSA: hda/tas2781: Remove tas2781_spi_fwlib.c and leverage SND_SOC_TAS2781_FMWLIB") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20250505052303.1812002-1-arnd@kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 307addc commit f0ccc71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/codecs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,7 @@ config SND_SOC_TAS2781_COMLIB_I2C
20022002

20032003
config SND_SOC_TAS2781_FMWLIB
20042004
select SND_SOC_TAS2781_COMLIB
2005+
select CRC8
20052006
tristate
20062007
default n
20072008

0 commit comments

Comments
 (0)