Commit 0b166d8e authored by Paul Bolle's avatar Paul Bolle Committed by Mark Brown

ASoC: smdk_wm8994: Fix typo "wm8894"

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 631f8e94
...@@ -202,7 +202,7 @@ static int smdk_audio_probe(struct platform_device *pdev) ...@@ -202,7 +202,7 @@ static int smdk_audio_probe(struct platform_device *pdev)
static struct platform_driver smdk_audio_driver = { static struct platform_driver smdk_audio_driver = {
.driver = { .driver = {
.name = "smdk-audio-wm8894", .name = "smdk-audio-wm8994",
.owner = THIS_MODULE, .owner = THIS_MODULE,
.of_match_table = of_match_ptr(samsung_wm8994_of_match), .of_match_table = of_match_ptr(samsung_wm8994_of_match),
.pm = &snd_soc_pm_ops, .pm = &snd_soc_pm_ops,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment