Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c88e7b93 authored by Arnaud Patard's avatar Arnaud Patard Committed by Mark Brown
Browse files

ASoC: OpenRD Client : Fix naming breakage due to multicomponent support



multicomponent support added/changed some device name but added some typos,
breaking existing OpenRD Client support.

Signed-off-by: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2c280320
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ static struct platform_device kirkwood_i2s_device = {
};

static struct platform_device kirkwood_pcm_device = {
	.name		= "kirkwood-pcm",
	.name		= "kirkwood-pcm-audio",
	.id		= -1,
};

+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ MODULE_DEVICE_TABLE(i2c, cs42l51_id);

static struct i2c_driver cs42l51_i2c_driver = {
	.driver = {
		.name = "cs42L51-codec",
		.name = "cs42l51-codec",
		.owner = THIS_MODULE,
	},
	.id_table = cs42l51_id,
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ static struct snd_soc_dai_link openrd_client_dai[] = {
	.stream_name = "CS42L51 HiFi",
	.cpu_dai_name = "kirkwood-i2s",
	.platform_name = "kirkwood-pcm-audio",
	.codec_dai_name = "cs42l51_hifi",
	.codec_dai_name = "cs42l51-hifi",
	.codec_name = "cs42l51-codec.0-004a",
	.ops = &openrd_client_ops,
},