diff options
author | Mark Brown <broonie@kernel.org> | 2023-10-27 23:33:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-27 23:33:15 +0200 |
commit | bdb7e1922052b1e7fcce63e2cfa195958ff97e05 (patch) | |
tree | c879f48a63f2680d6d09390e549c3c072be0ed43 /sound/soc/sof | |
parent | ASoC: Intel: avs: Add support for rt5514 codec (diff) | |
parent | ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag (diff) | |
download | linux-bdb7e1922052b1e7fcce63e2cfa195958ff97e05.tar.xz linux-bdb7e1922052b1e7fcce63e2cfa195958ff97e05.zip |
ASoC: Merge up workaround for CODECs that play noise on stopped stream
This was sent too late to actually make it for v6.6 but was sent against
v6.6 so merge it up here.
Diffstat (limited to 'sound/soc/sof')
-rw-r--r-- | sound/soc/sof/sof-pci-dev.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c index 1d706490588e..64b326e3ef85 100644 --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c @@ -145,6 +145,13 @@ static const struct dmi_system_id community_key_platforms[] = { DMI_MATCH(DMI_PRODUCT_FAMILY, "Google"), } }, + { + .ident = "Google firmware", + .callback = chromebook_use_community_key, + .matches = { + DMI_MATCH(DMI_BIOS_VERSION, "Google"), + } + }, {}, }; |