ASoC: Intel: Skylake: Use correct nuvoton codec ID
authorNaveen Manohar <naveen.m@intel.com>
Wed, 2 Aug 2017 06:17:43 +0000 (11:47 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 3 Aug 2017 09:23:03 +0000 (10:23 +0100)
Correcting the nau88l25 codec ID to match secondary codec
and load the machine driver.

Signed-off-by: Naveen M <naveen.m@intel.com>
Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c

index 9e3f8c04dd322bd0d3e21fe5b57dfc89ef4eccce..6b49feb11b12f67a746269a1bdd24fcf7730b74e 100644 (file)
@@ -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 = {