Skip to content

Commit 8cd671d

Browse files
committed
ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE
Just like the I2C driver (as in commit 86c96e7 "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: bb5f86e ("ALSA: hda/tas2781: Add tas2781 hda SPI driver") Suggested-by: Eric Biggers <[email protected]> Link: https://lore.kernel.org/[email protected] Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f95719b commit 8cd671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ config SND_HDA_SCODEC_TAS2781_SPI
212212
depends on ACPI
213213
depends on EFI
214214
depends on SND_SOC
215-
select CRC32_SARWATE
215+
select CRC32
216216
help
217217
Say Y or M here to include TAS2781 SPI HD-audio side codec support
218218
in snd-hda-intel driver, such as ALC287.

0 commit comments

Comments
 (0)