summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa
diff options
context:
space:
mode:
authorShawn Guo2012-02-24 15:09:38 +0100
committerMark Brown2012-02-28 13:35:20 +0100
commit64902b29cbdd04e030621f556d44702272faa96d (patch)
treee5094b72d907b680203671e7191abc8d907b2bbf /sound/soc/pxa
parentASoC: fsl: align mpc8610_hpcd with p1022_ds on getting codec node (diff)
downloadkernel-qcow2-linux-64902b29cbdd04e030621f556d44702272faa96d.tar.gz
kernel-qcow2-linux-64902b29cbdd04e030621f556d44702272faa96d.tar.xz
kernel-qcow2-linux-64902b29cbdd04e030621f556d44702272faa96d.zip
ASoC: Remove unnecessary -codec from cs4270 driver name
Similar to what commit 1e3ad57 (ASoC: Remove redundant -codec from WM8776 driver name) does for wm8776 driver, this patch does the same thing for cs4270 driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r--sound/soc/pxa/raumfeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c
index ba1545188ec6..083706595495 100644
--- a/sound/soc/pxa/raumfeld.c
+++ b/sound/soc/pxa/raumfeld.c
@@ -232,7 +232,7 @@ static struct snd_soc_ops raumfeld_ak4104_ops = {
.cpu_dai_name = "pxa-ssp-dai.0", \
.platform_name = "pxa-pcm-audio", \
.codec_dai_name = "cs4270-hifi", \
- .codec_name = "cs4270-codec.0-0048", \
+ .codec_name = "cs4270.0-0048", \
.ops = &raumfeld_cs4270_ops, \
}