mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
ASoC: smdk_wm8994: Fix typo "wm8894"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
631f8e9470
commit
0b166d8ef6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user