Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

kernel: 提交

kernel


Commit MetaInfo

修訂066cc1de12be0ce8748bbd2863be0ace66327345 (tree)
時間2020-03-23 13:40:08
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

ASoC: fix quirks of Surface 3

I didn't realize I messed up the brackets. Many thanks to youling257
who pointed it out.

Fixes: 18e2e857c576 ("ASoC: add quirk for Surface 3 with bad DMI table")

Change Summary

差異

--- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
@@ -35,6 +35,8 @@ static const struct dmi_system_id cht_table[] = {
3535 DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
3636 DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
3737 },
38+ },
39+ {
3840 .callback = cht_surface_quirk_cb,
3941 .matches = {
4042 DMI_MATCH(DMI_BIOS_VENDOR, "American Megatrends Inc."),
Show on old repository browser