mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:00:53 +07:00
ASoC: ad1980: fix codec name
The codec name should not have a "-codec" suffix since this is not part of a MFD. This was incorrectly changed during the multi-component updated. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e43a7d4116
commit
1afa98b807
@ -266,7 +266,7 @@ static int __devexit ad1980_remove(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver ad1980_codec_driver = {
|
||||
.driver = {
|
||||
.name = "ad1980-codec",
|
||||
.name = "ad1980",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user