diff options
author | Eric Biggers <ebiggers@google.com> | 2024-10-20 20:56:24 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-10-21 10:21:08 +0300 |
commit | 86c96e7289c5758284b562ac7b5c94429f48d2d9 (patch) | |
tree | fe2a47ce40c4639e74ea021c51465d4fad6514d7 /tools/perf/scripts/python/flamegraph.py | |
parent | 35fdc6e1c16099078bcbd73a6c8f1733ae7f1909 (diff) | |
download | linux-86c96e7289c5758284b562ac7b5c94429f48d2d9.tar.xz |
ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
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@vger.kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://patch.msgid.link/20241020175624.7095-1-ebiggers@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions