Re: [PATCH] ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
From: Takashi Iwai
Date: Mon Oct 21 2024 - 03:20:33 EST
On Sun, 20 Oct 2024 19:56:24 +0200,
Eric Biggers wrote:
>
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> Fix the kconfig option for the tas2781 HDA driver to select CRC32 rather
> than CRC32_SARWATE. CRC32_SARWATE is an option from the kconfig
> 'choice' that selects the specific CRC32 implementation. Selecting a
> 'choice' option seems to have no effect, but even if it did work, it
> would be incorrect for a random driver to override the user's choice.
> CRC32 is the correct option to select for crc32() to be available.
>
> Fixes: 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
Thanks, applied now.
Takashi