Skip to content

Commit

Permalink
ASoC: Lowercase WM8962 CODEC name
Browse files Browse the repository at this point in the history
For consistency.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Sep 29, 2010
1 parent 6137112 commit ea738ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ MODULE_DEVICE_TABLE(i2c, wm8962_i2c_id);

static struct i2c_driver wm8962_i2c_driver = {
.driver = {
.name = "WM8962",
.name = "wm8962",
.owner = THIS_MODULE,
},
.probe = wm8962_i2c_probe,
Expand Down

0 comments on commit ea738ba

Please sign in to comment.