]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Jan 2025 07:46:54 +0000 (08:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jan 2025 07:47:46 +0000 (08:47 +0100)
commit8cd671d65b4255bb7ce368b4258ef4fd52798468
tree18f0af84deaed703814371fa36efebc5ab533062
parentf95719b069dc6d04d752469a76285f3c52261a32
ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE

Just like the I2C driver (as in commit 86c96e7289c5 "ALSA:
hda/tas2781: select CRC32 instead of CRC32_SARWATE"), the new tas2781
SPI driver has to select CONFIG_CRC32 instead of
CONFIG_CRC32_SARWATE for fixing the build failures.

Fixes: bb5f86ea50ff ("ALSA: hda/tas2781: Add tas2781 hda SPI driver")
Suggested-by: Eric Biggers <ebiggers@kernel.org>
Link: https://lore.kernel.org/20250120181744.6433557e@canb.auug.org.au
Link: https://patch.msgid.link/20250120074655.922-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig