[alsa-devel] [PATCH 1/2] ASoC: Remove -codec from WM8523 driver name

Liam Girdwood lrg at ti.com
Tue Aug 2 10:53:33 CEST 2011


On 02/08/11 05:54, Mark Brown wrote:
> It's redundant to specify it.
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
>  sound/soc/codecs/wm8523.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c
> index 4fd4d8d..1312009 100644
> --- a/sound/soc/codecs/wm8523.c
> +++ b/sound/soc/codecs/wm8523.c
> @@ -551,7 +551,7 @@ MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
>  
>  static struct i2c_driver wm8523_i2c_driver = {
>  	.driver = {
> -		.name = "wm8523-codec",
> +		.name = "wm8523",
>  		.owner = THIS_MODULE,
>  	},
>  	.probe =    wm8523_i2c_probe,

Acked-by: Liam Girdwood <lrg at ti.com>


More information about the Alsa-devel mailing list