projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95719b
)
ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE
author
Takashi Iwai
<tiwai@suse.de>
Mon, 20 Jan 2025 07:46:54 +0000
(08:46 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 20 Jan 2025 07:47:46 +0000
(08:47 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/Kconfig
b/sound/pci/hda/Kconfig
index ca3f5b69b521cd1d70ffc27275ab8132396206bd..e393578cbe6840ccf8fab48707b4e2c4b802ea6c 100644
(file)
--- a/
sound/pci/hda/Kconfig
+++ b/
sound/pci/hda/Kconfig
@@
-212,7
+212,7
@@
config SND_HDA_SCODEC_TAS2781_SPI
depends on ACPI
depends on EFI
depends on SND_SOC
- select CRC32
_SARWATE
+ select CRC32
help
Say Y or M here to include TAS2781 SPI HD-audio side codec support
in snd-hda-intel driver, such as ALC287.