]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/tas2781: select CONFIG_CRC8 for SND_HDA_SCODEC_TAS2781_I2C
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 May 2025 05:21:21 +0000 (07:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 5 May 2025 10:39:23 +0000 (12:39 +0200)
commitf0ccc717c6c64b0762f34cd1a2072bff44859423
treec0dd5d03364f2159e01f9ef8e2f8db8af35c0022
parent307addcc5672b0d340c0e08df5298d08c15bab75
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: 9fa6a693ad8d ("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>
sound/soc/codecs/Kconfig