]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
authorMark Hasemeyer <markhas@chromium.org>
Wed, 18 Oct 2023 23:59:31 +0000 (17:59 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2023 13:09:07 +0000 (14:09 +0100)
commitaab16960e6e7250cab3c4488df055c8176c029ba
tree4defe6c1189e6b4e93fcce482d6239a1f18c36e4
parent575d3966a7da3bdab7a0edc42998453203346cbd
ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection

commit 7c05b44e1a50d9cbfc4f731dddc436a24ddc129a upstream.

Some Jasperlake Chromebooks overwrite the system vendor DMI value to the
name of the OEM that manufactured the device. This breaks Chromebook
quirk detection as it expects the system vendor to be "Google".

Add another quirk detection entry that looks for "Google" in the BIOS
version.

Cc: stable@vger.kernel.org
Signed-off-by: Mark Hasemeyer <markhas@chromium.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20231018235944.1860717-1-markhas@chromium.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/hda/intel-dsp-config.c