Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rt5645

+15 -1
+15 -1
sound/soc/codecs/rt5645.c
··· 1674 1674 regmap_write(rt5645->regmap, RT5645_PR_BASE + 1675 1675 RT5645_MAMP_INT_REG2, 0xfc00); 1676 1676 snd_soc_write(codec, RT5645_DEPOP_M2, 0x1140); 1677 - msleep(40); 1677 + msleep(70); 1678 1678 rt5645->hp_on = true; 1679 1679 } else { 1680 1680 /* depop parameters */ ··· 3556 3556 .callback = strago_quirk_cb, 3557 3557 .matches = { 3558 3558 DMI_MATCH(DMI_PRODUCT_NAME, "Reks"), 3559 + }, 3560 + }, 3561 + { 3562 + .ident = "Google Edgar", 3563 + .callback = strago_quirk_cb, 3564 + .matches = { 3565 + DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"), 3566 + }, 3567 + }, 3568 + { 3569 + .ident = "Google Wizpig", 3570 + .callback = strago_quirk_cb, 3571 + .matches = { 3572 + DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"), 3559 3573 }, 3560 3574 }, 3561 3575 { }