From: Naveen Manohar Date: Wed, 2 Aug 2017 06:17:43 +0000 (+0530) Subject: ASoC: Intel: Skylake: Use correct nuvoton codec ID X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d70c4a048195769ff22e65b9efe984de2259b974;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: Intel: Skylake: Use correct nuvoton codec ID Correcting the nau88l25 codec ID to match secondary codec and load the machine driver. Signed-off-by: Naveen M Signed-off-by: Harsha Priya Acked-By: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 9e3f8c04dd32..6b49feb11b12 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -879,12 +879,12 @@ static void skl_remove(struct pci_dev *pci) static struct sst_codecs skl_codecs = { .num_codecs = 1, - .codecs = {"NAU88L25"} + .codecs = {"10508825"} }; static struct sst_codecs kbl_codecs = { .num_codecs = 1, - .codecs = {"NAU88L25"} + .codecs = {"10508825"} }; static struct sst_codecs bxt_codecs = {