diff mbox

ASoC: wm8580: tidyup Kconfig tristate title

Message ID 8737it9z67.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kuninori Morimoto Nov. 15, 2016, 3:54 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

It is WM8580, not WM8523

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/codecs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Matt Flax Nov. 15, 2016, 4:06 a.m. UTC | #1
On 15/11/16 14:54, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> It is WM8580, not WM8523
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>   sound/soc/codecs/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
> index c67667b..f1c48d2 100644
> --- a/sound/soc/codecs/Kconfig
> +++ b/sound/soc/codecs/Kconfig
> @@ -914,7 +914,7 @@ config SND_SOC_WM8523
>   	depends on I2C
>   
>   config SND_SOC_WM8580
> -	tristate "Wolfson Microelectronics WM8523 CODEC"
> +	tristate "Wolfson Microelectronics WM8580 CODEC"

I think this was fixed in this patch :

https://patchwork.kernel.org/patch/9385575/


>   	depends on I2C
>   
>   config SND_SOC_WM8711
Mark Brown Nov. 15, 2016, 3:04 p.m. UTC | #2
On Tue, Nov 15, 2016 at 03:54:18AM +0000, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> It is WM8580, not WM8523

This doesn't apply against current code, please check and resend.
Kuninori Morimoto Nov. 16, 2016, 1:03 a.m. UTC | #3
Hi Mark

> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > It is WM8580, not WM8523
> 
> This doesn't apply against current code, please check and resend.

This issue was already solved by this patch, so please drop it.

028f5a5bc85378317099be47995269d1027b0309
("ASoC: wm8580: Add the wm8581 codec to the driver")
diff mbox

Patch

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index c67667b..f1c48d2 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -914,7 +914,7 @@  config SND_SOC_WM8523
 	depends on I2C
 
 config SND_SOC_WM8580
-	tristate "Wolfson Microelectronics WM8523 CODEC"
+	tristate "Wolfson Microelectronics WM8580 CODEC"
 	depends on I2C
 
 config SND_SOC_WM8711