aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Manohar <[email protected]>2017-08-02 11:47:43 +0530
committerMark Brown <[email protected]>2017-08-03 10:23:03 +0100
commitd70c4a048195769ff22e65b9efe984de2259b974 (patch)
tree4fc7d386cc6527d3fbf3f6a92e9382b6546898cc
parent6512dd4dcf640412637ece8a412e83c3a0046d2f (diff)
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 <[email protected]> Signed-off-by: Harsha Priya <[email protected]> Acked-By: Vinod Koul <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/skylake/skl.c4
1 files changed, 2 insertions, 2 deletions
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 = {