aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2017-08-02 11:47:43 +0530
committerMark Brown <broonie@kernel.org>2017-08-03 10:23:03 +0100
commitd70c4a048195769ff22e65b9efe984de2259b974 (patch)
tree4fc7d386cc6527d3fbf3f6a92e9382b6546898cc /sound/soc
parentASoC: Intel: Use MCLK instead of BLCK as the sysclock for RT5514 codec on kabylake platform (diff)
downloadlinux-dev-d70c4a048195769ff22e65b9efe984de2259b974.tar.xz
linux-dev-d70c4a048195769ff22e65b9efe984de2259b974.zip
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 <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>
Diffstat (limited to 'sound/soc')
-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 = {