summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2011-03-30 08:35:18 +0200
committerTakashi Iwai2011-03-30 08:35:18 +0200
commitf8852b12200df393b0a4db1a7052454bbc335443 (patch)
tree37c359a5366cea97278c8cb9619292459c1d5538 /sound
parentMerge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
parentASoC: Fix CODEC device name for Corgi (diff)
downloadkernel-qcow2-linux-f8852b12200df393b0a4db1a7052454bbc335443.tar.gz
kernel-qcow2-linux-f8852b12200df393b0a4db1a7052454bbc335443.tar.xz
kernel-qcow2-linux-f8852b12200df393b0a4db1a7052454bbc335443.zip
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asoc
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/pxa/corgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c
index 784cff5f67e8..9027da466cae 100644
--- a/sound/soc/pxa/corgi.c
+++ b/sound/soc/pxa/corgi.c
@@ -310,7 +310,7 @@ static struct snd_soc_dai_link corgi_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8731-hifi",
.platform_name = "pxa-pcm-audio",
- .codec_name = "wm8731-codec-0.001b",
+ .codec_name = "wm8731-codec.0-001b",
.init = corgi_wm8731_init,
.ops = &corgi_ops,
};