AUXL/R: connected to FM transmitter on SDP4430 Vibra: connected to vibrator drivers (only SDP4430)
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com --- sound/soc/omap/omap-abe-twl6040.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/sound/soc/omap/omap-abe-twl6040.c b/sound/soc/omap/omap-abe-twl6040.c index 25a75f3..05c6474 100644 --- a/sound/soc/omap/omap-abe-twl6040.c +++ b/sound/soc/omap/omap-abe-twl6040.c @@ -121,6 +121,7 @@ static const struct snd_soc_dapm_widget twl6040_dapm_widgets[] = { SND_SOC_DAPM_INPUT("FM Stereo In"), SND_SOC_DAPM_LINE("FM Stereo Out", NULL), SND_SOC_DAPM_LINE("Line In", NULL), + SND_SOC_DAPM_SPK("Vibrators", NULL), };
static const struct snd_soc_dapm_route sdp4430_audio_map[] = { @@ -147,6 +148,14 @@ static const struct snd_soc_dapm_route sdp4430_audio_map[] = { /* Aux/FM Stereo In: AFML, AFMR */ {"AFML", NULL, "FM Stereo In"}, {"AFMR", NULL, "FM Stereo In"}, + + /* AUXL/R output to FM transmitter */ + {"FM Stereo Out", NULL, "AUXL"}, + {"FM Stereo Out", NULL, "AUXR"}, + + /* Vibra outputs */ + {"Vibrators", NULL, "VIBRAL"}, + {"Vibrators", NULL, "VIBRAR"}, };
static const struct snd_soc_dapm_route panda_audio_map[] = {