Commit 66780504 authored by Mark Brown's avatar Mark Brown

ASoC: Fix binding of WM8750 on Jive

The I2C address is misformatted and would never match.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Cc: stable@kernel.org
parent f99847a6
...@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = { ...@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
.cpu_dai_name = "s3c2412-i2s", .cpu_dai_name = "s3c2412-i2s",
.codec_dai_name = "wm8750-hifi", .codec_dai_name = "wm8750-hifi",
.platform_name = "samsung-audio", .platform_name = "samsung-audio",
.codec_name = "wm8750-codec.0-0x1a", .codec_name = "wm8750-codec.0-001a",
.init = jive_wm8750_init, .init = jive_wm8750_init,
.ops = &jive_ops, .ops = &jive_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