mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
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.
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user