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: Arnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Arnaud Patard (Rtp) 2010-08-30 16:00:05 +02:00 committed by Mark Brown
parent 2c280320f2
commit c88e7b93a8
3 changed files with 3 additions and 3 deletions

View file

@ -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,
};

View file

@ -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,

View file

@ -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,
},