diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm9712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index 953d94d50586..ade34c26ad2f 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c | |||
@@ -719,7 +719,7 @@ static int wm9712_probe(struct platform_device *pdev) | |||
719 | 719 | ||
720 | static struct platform_driver wm9712_component_driver = { | 720 | static struct platform_driver wm9712_component_driver = { |
721 | .driver = { | 721 | .driver = { |
722 | .name = "wm9712-component", | 722 | .name = "wm9712-codec", |
723 | }, | 723 | }, |
724 | 724 | ||
725 | .probe = wm9712_probe, | 725 | .probe = wm9712_probe, |