Skip to content

Commit 869bced

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk
When a quirk for the Irbis NB41 netbook was added, to override the defaults for this device, I forgot to add/keep the BYT_CHT_ES8316_SSP0 part of the defaults, completely breaking audio on this netbook. This commit adds the BYT_CHT_ES8316_SSP0 flag to the Irbis NB41 netbook quirk, making audio work again. Cc: [email protected] Cc: [email protected] Fixes: aa2ba99 ("ASoC: Intel: bytcht_es8316: Add quirk for Irbis NB41 netbook") Reported-and-tested-by: [email protected] Signed-off-by: Hans de Goede <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 89b71b3 commit 869bced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/soc/intel/boards/bytcht_es8316.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ static const struct dmi_system_id byt_cht_es8316_quirk_table[] = {
442442
DMI_MATCH(DMI_SYS_VENDOR, "IRBIS"),
443443
DMI_MATCH(DMI_PRODUCT_NAME, "NB41"),
444444
},
445-
.driver_data = (void *)(BYT_CHT_ES8316_INTMIC_IN2_MAP
445+
.driver_data = (void *)(BYT_CHT_ES8316_SSP0
446+
| BYT_CHT_ES8316_INTMIC_IN2_MAP
446447
| BYT_CHT_ES8316_JD_INVERTED),
447448
},
448449
{ /* Teclast X98 Plus II */

0 commit comments

Comments
 (0)