diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-25 15:19:29 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-25 15:19:29 +0000 |
commit | 16f9e062a70a81f5fcb597fbc2b8e8a0727a83ff (patch) | |
tree | 075e45485d7bf0bf5d8a03f35b013a1bd512f960 /sound/soc/pxa/spitz.c | |
parent | 0d42e6e77f8b872483833a7146286edaaaeb2f39 (diff) | |
parent | a3adfa00e8089aa72826c6ba04bcb18cfceaf0a9 (diff) | |
download | talos-obmc-linux-16f9e062a70a81f5fcb597fbc2b8e8a0727a83ff.tar.gz talos-obmc-linux-16f9e062a70a81f5fcb597fbc2b8e8a0727a83ff.zip |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/pxa/spitz.c')
-rw-r--r-- | sound/soc/pxa/spitz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index c2acb69b957a..8e1571350630 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -315,10 +315,10 @@ static int spitz_wm8750_init(struct snd_soc_pcm_runtime *rtd) static struct snd_soc_dai_link spitz_dai = { .name = "wm8750", .stream_name = "WM8750", - .cpu_dai_name = "pxa-is2", + .cpu_dai_name = "pxa2xx-i2s", .codec_dai_name = "wm8750-hifi", .platform_name = "pxa-pcm-audio", - .codec_name = "wm8750-codec.0-001a", + .codec_name = "wm8750-codec.0-001b", .init = spitz_wm8750_init, .ops = &spitz_ops, }; |