aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-18 08:54:51 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-18 08:54:51 -0500
commit41b51dd47ea7c406a8d49b97804e8acec9dadaed (patch)
tree97c2d4f303a2c575582c2882d4c3b79f880e254a /sound/soc/omap
parent1452556bebc302121eea5dfb3cbd464824406bb8 (diff)
parentbab0212467e58929470ae3ae32515f17e30c3926 (diff)
Merge branch 'for-2.6.32' into for-2.6.33
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/omap3evm.c2
-rw-r--r--sound/soc/omap/omap3pandora.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/omap/omap3evm.c b/sound/soc/omap/omap3evm.c
index 8deb59bb10b..f484dcd6340 100644
--- a/sound/soc/omap/omap3evm.c
+++ b/sound/soc/omap/omap3evm.c
@@ -151,4 +151,4 @@ module_exit(omap3evm_soc_exit);
151 151
152MODULE_AUTHOR("Anuj Aggarwal <anuj.aggarwal@ti.com>"); 152MODULE_AUTHOR("Anuj Aggarwal <anuj.aggarwal@ti.com>");
153MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); 153MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM");
154MODULE_LICENSE("GPLv2"); 154MODULE_LICENSE("GPL v2");
diff --git a/sound/soc/omap/omap3pandora.c b/sound/soc/omap/omap3pandora.c
index cace5f13792..71b2c161158 100644
--- a/sound/soc/omap/omap3pandora.c
+++ b/sound/soc/omap/omap3pandora.c
@@ -130,7 +130,7 @@ static int omap3pandora_hp_event(struct snd_soc_dapm_widget *w,
130 * |P| <--- TWL4030 <--------- Line In and MICs 130 * |P| <--- TWL4030 <--------- Line In and MICs
131 */ 131 */
132static const struct snd_soc_dapm_widget omap3pandora_out_dapm_widgets[] = { 132static const struct snd_soc_dapm_widget omap3pandora_out_dapm_widgets[] = {
133 SND_SOC_DAPM_DAC("PCM DAC", "Playback", SND_SOC_NOPM, 0, 0), 133 SND_SOC_DAPM_DAC("PCM DAC", "HiFi Playback", SND_SOC_NOPM, 0, 0),
134 SND_SOC_DAPM_PGA_E("Headphone Amplifier", SND_SOC_NOPM, 134 SND_SOC_DAPM_PGA_E("Headphone Amplifier", SND_SOC_NOPM,
135 0, 0, NULL, 0, omap3pandora_hp_event, 135 0, 0, NULL, 0, omap3pandora_hp_event,
136 SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), 136 SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD),
@@ -177,6 +177,7 @@ static int omap3pandora_out_init(struct snd_soc_codec *codec)
177 snd_soc_dapm_nc_pin(codec, "CARKITR"); 177 snd_soc_dapm_nc_pin(codec, "CARKITR");
178 snd_soc_dapm_nc_pin(codec, "HFL"); 178 snd_soc_dapm_nc_pin(codec, "HFL");
179 snd_soc_dapm_nc_pin(codec, "HFR"); 179 snd_soc_dapm_nc_pin(codec, "HFR");
180 snd_soc_dapm_nc_pin(codec, "VIBRA");
180 181
181 ret = snd_soc_dapm_new_controls(codec, omap3pandora_out_dapm_widgets, 182 ret = snd_soc_dapm_new_controls(codec, omap3pandora_out_dapm_widgets,
182 ARRAY_SIZE(omap3pandora_out_dapm_widgets)); 183 ARRAY_SIZE(omap3pandora_out_dapm_widgets));