diff mbox

ASoC: Intel: Skylake: Use correct nuvoton codec ID

Message ID 1501654663-24663-1-git-send-email-naveen.m@intel.com (mailing list archive)
State Accepted
Commit d70c4a048195769ff22e65b9efe984de2259b974
Headers show

Commit Message

Naveen M Aug. 2, 2017, 6:17 a.m. UTC
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>

Comments

Vinod Koul Aug. 3, 2017, 4:55 a.m. UTC | #1
On Wed, Aug 02, 2017 at 11:47:43AM +0530, Naveen M wrote:
> Correcting the nau88l25 codec ID to match secondary codec
> and load the machine driver.

We shouldn't have missed it :(

Acked-By: Vinod Koul <vinod.koul@intel.com>

> Signed-off-by: Naveen M <naveen.m@intel.com>
> Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
> 
> diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
> index 334917e..608c147 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 = {
> -- 
> 1.9.1
>
diff mbox

Patch

diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 334917e..608c147 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 = {