diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-25 10:19:29 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-25 10:19:29 -0500 |
commit | 16f9e062a70a81f5fcb597fbc2b8e8a0727a83ff (patch) | |
tree | 075e45485d7bf0bf5d8a03f35b013a1bd512f960 /sound/soc/samsung | |
parent | 0d42e6e77f8b872483833a7146286edaaaeb2f39 (diff) | |
parent | a3adfa00e8089aa72826c6ba04bcb18cfceaf0a9 (diff) |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/neo1973_gta02_wm8753.c | 6 | ||||
-rw-r--r-- | sound/soc/samsung/neo1973_wm8753.c | 6 | ||||
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec_hermes.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/s3c24xx_uda134x.c | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/sound/soc/samsung/neo1973_gta02_wm8753.c b/sound/soc/samsung/neo1973_gta02_wm8753.c index 69e08fd1ff00..95ebf812b146 100644 --- a/sound/soc/samsung/neo1973_gta02_wm8753.c +++ b/sound/soc/samsung/neo1973_gta02_wm8753.c | |||
@@ -387,11 +387,11 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = { | |||
387 | { /* Hifi Playback - for similatious use with voice below */ | 387 | { /* Hifi Playback - for similatious use with voice below */ |
388 | .name = "WM8753", | 388 | .name = "WM8753", |
389 | .stream_name = "WM8753 HiFi", | 389 | .stream_name = "WM8753 HiFi", |
390 | .cpu_dai_name = "s3c24xx-i2s", | 390 | .cpu_dai_name = "s3c24xx-iis", |
391 | .codec_dai_name = "wm8753-hifi", | 391 | .codec_dai_name = "wm8753-hifi", |
392 | .init = neo1973_gta02_wm8753_init, | 392 | .init = neo1973_gta02_wm8753_init, |
393 | .platform_name = "samsung-audio", | 393 | .platform_name = "samsung-audio", |
394 | .codec_name = "wm8753-codec.0-0x1a", | 394 | .codec_name = "wm8753-codec.0-001a", |
395 | .ops = &neo1973_gta02_hifi_ops, | 395 | .ops = &neo1973_gta02_hifi_ops, |
396 | }, | 396 | }, |
397 | { /* Voice via BT */ | 397 | { /* Voice via BT */ |
@@ -400,7 +400,7 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = { | |||
400 | .cpu_dai_name = "bluetooth-dai", | 400 | .cpu_dai_name = "bluetooth-dai", |
401 | .codec_dai_name = "wm8753-voice", | 401 | .codec_dai_name = "wm8753-voice", |
402 | .ops = &neo1973_gta02_voice_ops, | 402 | .ops = &neo1973_gta02_voice_ops, |
403 | .codec_name = "wm8753-codec.0-0x1a", | 403 | .codec_name = "wm8753-codec.0-001a", |
404 | .platform_name = "samsung-audio", | 404 | .platform_name = "samsung-audio", |
405 | }, | 405 | }, |
406 | }; | 406 | }; |
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index c7a24514beb5..d20815d5ab2e 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c | |||
@@ -559,9 +559,9 @@ static struct snd_soc_dai_link neo1973_dai[] = { | |||
559 | .name = "WM8753", | 559 | .name = "WM8753", |
560 | .stream_name = "WM8753 HiFi", | 560 | .stream_name = "WM8753 HiFi", |
561 | .platform_name = "samsung-audio", | 561 | .platform_name = "samsung-audio", |
562 | .cpu_dai_name = "s3c24xx-i2s", | 562 | .cpu_dai_name = "s3c24xx-iis", |
563 | .codec_dai_name = "wm8753-hifi", | 563 | .codec_dai_name = "wm8753-hifi", |
564 | .codec_name = "wm8753-codec.0-0x1a", | 564 | .codec_name = "wm8753-codec.0-001a", |
565 | .init = neo1973_wm8753_init, | 565 | .init = neo1973_wm8753_init, |
566 | .ops = &neo1973_hifi_ops, | 566 | .ops = &neo1973_hifi_ops, |
567 | }, | 567 | }, |
@@ -571,7 +571,7 @@ static struct snd_soc_dai_link neo1973_dai[] = { | |||
571 | .platform_name = "samsung-audio", | 571 | .platform_name = "samsung-audio", |
572 | .cpu_dai_name = "bluetooth-dai", | 572 | .cpu_dai_name = "bluetooth-dai", |
573 | .codec_dai_name = "wm8753-voice", | 573 | .codec_dai_name = "wm8753-voice", |
574 | .codec_name = "wm8753-codec.0-0x1a", | 574 | .codec_name = "wm8753-codec.0-001a", |
575 | .ops = &neo1973_voice_ops, | 575 | .ops = &neo1973_voice_ops, |
576 | }, | 576 | }, |
577 | }; | 577 | }; |
diff --git a/sound/soc/samsung/s3c24xx_simtec_hermes.c b/sound/soc/samsung/s3c24xx_simtec_hermes.c index d7b3e6e9d783..ce6aef604179 100644 --- a/sound/soc/samsung/s3c24xx_simtec_hermes.c +++ b/sound/soc/samsung/s3c24xx_simtec_hermes.c | |||
@@ -84,8 +84,8 @@ static int simtec_hermes_init(struct snd_soc_pcm_runtime *rtd) | |||
84 | static struct snd_soc_dai_link simtec_dai_aic33 = { | 84 | static struct snd_soc_dai_link simtec_dai_aic33 = { |
85 | .name = "tlv320aic33", | 85 | .name = "tlv320aic33", |
86 | .stream_name = "TLV320AIC33", | 86 | .stream_name = "TLV320AIC33", |
87 | .codec_name = "tlv320aic3x-codec.0-0x1a", | 87 | .codec_name = "tlv320aic3x-codec.0-001a", |
88 | .cpu_dai_name = "s3c24xx-i2s", | 88 | .cpu_dai_name = "s3c24xx-iis", |
89 | .codec_dai_name = "tlv320aic3x-hifi", | 89 | .codec_dai_name = "tlv320aic3x-hifi", |
90 | .platform_name = "samsung-audio", | 90 | .platform_name = "samsung-audio", |
91 | .init = simtec_hermes_init, | 91 | .init = simtec_hermes_init, |
diff --git a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c index ff6168f5f2e0..a7ef7db54687 100644 --- a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c +++ b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | |||
@@ -73,8 +73,8 @@ static int simtec_tlv320aic23_init(struct snd_soc_pcm_runtime *rtd) | |||
73 | static struct snd_soc_dai_link simtec_dai_aic23 = { | 73 | static struct snd_soc_dai_link simtec_dai_aic23 = { |
74 | .name = "tlv320aic23", | 74 | .name = "tlv320aic23", |
75 | .stream_name = "TLV320AIC23", | 75 | .stream_name = "TLV320AIC23", |
76 | .codec_name = "tlv320aic3x-codec.0-0x1a", | 76 | .codec_name = "tlv320aic3x-codec.0-001a", |
77 | .cpu_dai_name = "s3c24xx-i2s", | 77 | .cpu_dai_name = "s3c24xx-iis", |
78 | .codec_dai_name = "tlv320aic3x-hifi", | 78 | .codec_dai_name = "tlv320aic3x-hifi", |
79 | .platform_name = "samsung-audio", | 79 | .platform_name = "samsung-audio", |
80 | .init = simtec_tlv320aic23_init, | 80 | .init = simtec_tlv320aic23_init, |
diff --git a/sound/soc/samsung/s3c24xx_uda134x.c b/sound/soc/samsung/s3c24xx_uda134x.c index ce749a10ec07..3cb700751078 100644 --- a/sound/soc/samsung/s3c24xx_uda134x.c +++ b/sound/soc/samsung/s3c24xx_uda134x.c | |||
@@ -221,7 +221,7 @@ static struct snd_soc_dai_link s3c24xx_uda134x_dai_link = { | |||
221 | .stream_name = "UDA134X", | 221 | .stream_name = "UDA134X", |
222 | .codec_name = "uda134x-hifi", | 222 | .codec_name = "uda134x-hifi", |
223 | .codec_dai_name = "uda134x-hifi", | 223 | .codec_dai_name = "uda134x-hifi", |
224 | .cpu_dai_name = "s3c24xx-i2s", | 224 | .cpu_dai_name = "s3c24xx-iis", |
225 | .ops = &s3c24xx_uda134x_ops, | 225 | .ops = &s3c24xx_uda134x_ops, |
226 | .platform_name = "samsung-audio", | 226 | .platform_name = "samsung-audio", |
227 | }; | 227 | }; |