diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/omap/rx51.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index e28f089b38d6..055e447b2ed6 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c | |||
@@ -251,6 +251,7 @@ static const struct snd_soc_dapm_widget aic34_dapm_widgets[] = { | |||
251 | SND_SOC_DAPM_MIC("DMic", NULL), | 251 | SND_SOC_DAPM_MIC("DMic", NULL), |
252 | SND_SOC_DAPM_HP("Headphone Jack", rx51_hp_event), | 252 | SND_SOC_DAPM_HP("Headphone Jack", rx51_hp_event), |
253 | SND_SOC_DAPM_MIC("HS Mic", NULL), | 253 | SND_SOC_DAPM_MIC("HS Mic", NULL), |
254 | SND_SOC_DAPM_LINE("FM Transmitter", NULL), | ||
254 | }; | 255 | }; |
255 | 256 | ||
256 | static const struct snd_soc_dapm_widget aic34_dapm_widgetsb[] = { | 257 | static const struct snd_soc_dapm_widget aic34_dapm_widgetsb[] = { |
@@ -262,6 +263,8 @@ static const struct snd_soc_dapm_route audio_map[] = { | |||
262 | {"Ext Spk", NULL, "HPROUT"}, | 263 | {"Ext Spk", NULL, "HPROUT"}, |
263 | {"Headphone Jack", NULL, "LLOUT"}, | 264 | {"Headphone Jack", NULL, "LLOUT"}, |
264 | {"Headphone Jack", NULL, "RLOUT"}, | 265 | {"Headphone Jack", NULL, "RLOUT"}, |
266 | {"FM Transmitter", NULL, "LLOUT"}, | ||
267 | {"FM Transmitter", NULL, "RLOUT"}, | ||
265 | 268 | ||
266 | {"DMic Rate 64", NULL, "Mic Bias 2V"}, | 269 | {"DMic Rate 64", NULL, "Mic Bias 2V"}, |
267 | {"Mic Bias 2V", NULL, "DMic"}, | 270 | {"Mic Bias 2V", NULL, "DMic"}, |
@@ -292,6 +295,7 @@ static const struct snd_kcontrol_new aic34_rx51_controls[] = { | |||
292 | rx51_get_input, rx51_set_input), | 295 | rx51_get_input, rx51_set_input), |
293 | SOC_ENUM_EXT("Jack Function", rx51_enum[2], | 296 | SOC_ENUM_EXT("Jack Function", rx51_enum[2], |
294 | rx51_get_jack, rx51_set_jack), | 297 | rx51_get_jack, rx51_set_jack), |
298 | SOC_DAPM_PIN_SWITCH("FM Transmitter"), | ||
295 | }; | 299 | }; |
296 | 300 | ||
297 | static const struct snd_kcontrol_new aic34_rx51_controlsb[] = { | 301 | static const struct snd_kcontrol_new aic34_rx51_controlsb[] = { |