]> Git Repo - linux.git/commitdiff
ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk
authorHans de Goede <[email protected]>
Mon, 6 Jan 2020 11:39:03 +0000 (12:39 +0100)
committerMark Brown <[email protected]>
Mon, 6 Jan 2020 20:44:45 +0000 (20:44 +0000)
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: aa2ba991c420 ("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]>
sound/soc/intel/boards/bytcht_es8316.c

index 46612331f5ea7aa21bbf9e70b9945113cab67e5d..54e97455d7f6603b36e9df79f21264a212e3ed51 100644 (file)
@@ -442,7 +442,8 @@ static const struct dmi_system_id byt_cht_es8316_quirk_table[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "IRBIS"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "NB41"),
                },
-               .driver_data = (void *)(BYT_CHT_ES8316_INTMIC_IN2_MAP
+               .driver_data = (void *)(BYT_CHT_ES8316_SSP0
+                                       | BYT_CHT_ES8316_INTMIC_IN2_MAP
                                        | BYT_CHT_ES8316_JD_INVERTED),
        },
        {       /* Teclast X98 Plus II */
This page took 0.058926 seconds and 4 git commands to generate.