mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
ASoC: Fix WM8978/migor driver name conflict
Standardise on 'wm8978' as the name for the CODEC. Reported-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
b9fde18c05
commit
5250a5031e
@ -1038,7 +1038,7 @@ MODULE_DEVICE_TABLE(i2c, wm8978_i2c_id);
|
||||
|
||||
static struct i2c_driver wm8978_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "WM8978-codec",
|
||||
.name = "wm8978",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = wm8978_i2c_probe,
|
||||
|
@ -156,7 +156,7 @@ static struct snd_soc_dai_link migor_dai = {
|
||||
.cpu_dai_name = "siu-i2s-dai",
|
||||
.codec_dai_name = "wm8978-hifi",
|
||||
.platform_name = "siu-pcm-audio",
|
||||
.codec_name = "wm8978-codec.0-001a",
|
||||
.codec_name = "wm8978.0-001a",
|
||||
.ops = &migor_dai_ops,
|
||||
.init = migor_dai_init,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user