diff options
-rw-r--r-- | sound/soc/omap/sdp4430.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index ebe1bbbeaffd..cc3d792af5ea 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c | |||
@@ -120,17 +120,8 @@ static const struct snd_soc_dapm_route audio_map[] = { | |||
120 | static int sdp4430_twl6040_init(struct snd_soc_pcm_runtime *rtd) | 120 | static int sdp4430_twl6040_init(struct snd_soc_pcm_runtime *rtd) |
121 | { | 121 | { |
122 | struct snd_soc_codec *codec = rtd->codec; | 122 | struct snd_soc_codec *codec = rtd->codec; |
123 | struct snd_soc_dapm_context *dapm = &codec->dapm; | ||
124 | int ret, hs_trim; | 123 | int ret, hs_trim; |
125 | 124 | ||
126 | /* SDP4430 connected pins */ | ||
127 | snd_soc_dapm_enable_pin(dapm, "Ext Mic"); | ||
128 | snd_soc_dapm_enable_pin(dapm, "Ext Spk"); | ||
129 | snd_soc_dapm_enable_pin(dapm, "AFML"); | ||
130 | snd_soc_dapm_enable_pin(dapm, "AFMR"); | ||
131 | snd_soc_dapm_enable_pin(dapm, "Headset Mic"); | ||
132 | snd_soc_dapm_enable_pin(dapm, "Headset Stereophone"); | ||
133 | |||
134 | /* | 125 | /* |
135 | * Configure McPDM offset cancellation based on the HSOTRIM value from | 126 | * Configure McPDM offset cancellation based on the HSOTRIM value from |
136 | * twl6040. | 127 | * twl6040. |