mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
ASoC: Fix binding of WM8750 on Jive
commit 6678050442 upstream.
The I2C address is misformatted and would never match.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8adf76d75e
commit
ee73429151
@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
|
||||
.cpu_dai_name = "s3c2412-i2s",
|
||||
.codec_dai_name = "wm8750-hifi",
|
||||
.platform_name = "samsung-audio",
|
||||
.codec_name = "wm8750-codec.0-0x1a",
|
||||
.codec_name = "wm8750-codec.0-001a",
|
||||
.init = jive_wm8750_init,
|
||||
.ops = &jive_ops,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user