aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-09-01 12:12:11 +0100
committerMark Brown <broonie@kernel.org>2017-09-01 12:12:11 +0100
commitc8b24e23ad8f283d5f81d4888751fb8828f076a0 (patch)
tree968673b9e23ae552a124a1e2790679ee2521fec8 /sound/soc
parentMerge tag 'asoc-fix-v4.13-rc7' into asoc-linus (diff)
parentASoC: Intel: Skylake: Use correct nuvoton codec ID (diff)
downloadlinux-dev-c8b24e23ad8f283d5f81d4888751fb8828f076a0.tar.xz
linux-dev-c8b24e23ad8f283d5f81d4888751fb8828f076a0.zip
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
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 = {