diff options
author | Naveen Manohar <naveen.m@intel.com> | 2017-08-02 09:17:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-03 12:23:03 +0300 |
commit | d70c4a048195769ff22e65b9efe984de2259b974 (patch) | |
tree | 4fc7d386cc6527d3fbf3f6a92e9382b6546898cc /sound/soc/intel | |
parent | 6512dd4dcf640412637ece8a412e83c3a0046d2f (diff) | |
download | linux-d70c4a048195769ff22e65b9efe984de2259b974.tar.xz |
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/intel')
-rw-r--r-- | sound/soc/intel/skylake/skl.c | 4 |
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 = { |