Skip to content

Commit 1a7ba00

Browse files
committed
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.
2 parents 003ce8c + 32fc416 commit 1a7ba00

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
703703
DMI_MATCH(DMI_PRODUCT_NAME, "Vivobook_ASUSLaptop M6501RR_M6501RR"),
704704
}
705705
},
706+
{
707+
.driver_data = &acp6x_card,
708+
.matches = {
709+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
710+
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK BM1503CDA"),
711+
}
712+
},
706713
{}
707714
};
708715

sound/soc/codecs/cs42l43-jack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ static int cs42l43_run_type_detect(struct cs42l43_codec *priv)
699699
switch (type & CS42L43_HSDET_TYPE_STS_MASK) {
700700
case 0x0: // CTIA
701701
case 0x1: // OMTP
702+
case 0x4:
702703
return cs42l43_run_load_detect(priv, true);
703704
case 0x2: // 3-pole
704705
return cs42l43_run_load_detect(priv, false);

0 commit comments

Comments
 (0)