diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-04-01 16:02:23 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-04-01 16:02:23 (GMT) |
commit | a0334c50bf0ba7c720ed00f931e721c989efd233 (patch) | |
tree | 085c92157f4d1a12eefb70dd81c967db8b2ce43b /sound/soc/pxa/corgi.c | |
parent | 12ff414e2e4512f59fe191dc18e856e2939a1c79 (diff) | |
parent | f8852b12200df393b0a4db1a7052454bbc335443 (diff) | |
download | linux-fsl-qoriq-a0334c50bf0ba7c720ed00f931e721c989efd233.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/pxa/corgi.c')
-rw-r--r-- | sound/soc/pxa/corgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index 784cff5..9027da4 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, }; |