Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static int smdk_audio_probe(struct platform_device *pdev)

static struct platform_driver smdk_audio_driver = {
	.driver		= {
		.name	= "smdk-audio-wm8894",
		.name	= "smdk-audio-wm8994",
		.owner	= THIS_MODULE,
		.of_match_table = of_match_ptr(samsung_wm8994_of_match),
		.pm	= &snd_soc_pm_ops,