mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
ASoC: Fixes for v7.0
One quirk and a fix for handling of exotic peripherals on cs42l43. -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmmgOOkACgkQJNaLcl1U h9BmNQf/U42WZyfPuTmtNH8YvPIm3UqE2kyzYhE37FvM3/JUrz34fiL0pB4SeUHE FR2UQepV6k5jQtkLbzRuLAQnAeast5UB8QrYwc4iPvu7O90GzQeINBX3gN7Q4tuq FDWdO+yANrWruz4WC5OVxoHhEkYTvwTIwySMlansrP6i8mxDazi6Nbf+adzI9rLM f0CXUoT/Wn5+XX0L4lJe1E1Tiuzy/be6rKWvTvO91zQPINbYmKwDe3AJpaMq27Kb k6tyVE+eIY9XFHLGD4R4ojr252wm/4JplxQeOSCU7SNQGDiTqSx+jHZRp7gEJ8qx NY7QnD976usyenVCEBLbx0OdiDhtnw== =2O9T -----END PGP SIGNATURE----- Merge tag 'asoc-fix-v7.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus ASoC: Fixes for v7.0 One quirk and a fix for handling of exotic peripherals on cs42l43.
This commit is contained in:
commit
1a7ba00901
2 changed files with 8 additions and 0 deletions
|
|
@ -703,6 +703,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
|
|||
DMI_MATCH(DMI_PRODUCT_NAME, "Vivobook_ASUSLaptop M6501RR_M6501RR"),
|
||||
}
|
||||
},
|
||||
{
|
||||
.driver_data = &acp6x_card,
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK BM1503CDA"),
|
||||
}
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -699,6 +699,7 @@ static int cs42l43_run_type_detect(struct cs42l43_codec *priv)
|
|||
switch (type & CS42L43_HSDET_TYPE_STS_MASK) {
|
||||
case 0x0: // CTIA
|
||||
case 0x1: // OMTP
|
||||
case 0x4:
|
||||
return cs42l43_run_load_detect(priv, true);
|
||||
case 0x2: // 3-pole
|
||||
return cs42l43_run_load_detect(priv, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue