]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ASoC: Fix CODEC name in Goni
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 27 Apr 2011 17:19:17 +0000 (18:19 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 Apr 2011 11:09:41 +0000 (12:09 +0100)
This was typoed at some point in the multi-component merge, though the
driver was added along with that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/samsung/goni_wm8994.c

index f6b3a3ce59196078e11c670c94a417edc1517b5b..3a7861c058fb4b9c775ddfd8d7664afef8fd08d3 100644 (file)
@@ -238,7 +238,7 @@ static struct snd_soc_dai_link goni_dai[] = {
        .cpu_dai_name = "samsung-i2s.0",
        .codec_dai_name = "wm8994-hifi",
        .platform_name = "samsung-audio",
-       .codec_name = "wm8994-codec.0-0x1a",
+       .codec_name = "wm8994-codec.0-001a",
        .init = goni_wm8994_init,
        .ops = &goni_hifi_ops,
 }, {
@@ -247,7 +247,7 @@ static struct snd_soc_dai_link goni_dai[] = {
        .cpu_dai_name = "goni-voice-dai",
        .codec_dai_name = "wm8994-voice",
        .platform_name = "samsung-audio",
-       .codec_name = "wm8994-codec.0-0x1a",
+       .codec_name = "wm8994-codec.0-001a",
        .ops = &goni_voice_ops,
 },
 };