diff options
Diffstat (limited to 'sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c')
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c index 1ac0d7a63a3a..83f6c7d49cd6 100644 --- a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c +++ b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | |||
@@ -52,14 +52,6 @@ static const struct snd_soc_dapm_route base_map[] = { | |||
52 | */ | 52 | */ |
53 | static int simtec_tlv320aic23_init(struct snd_soc_pcm_runtime *rtd) | 53 | static int simtec_tlv320aic23_init(struct snd_soc_pcm_runtime *rtd) |
54 | { | 54 | { |
55 | struct snd_soc_codec *codec = rtd->codec; | ||
56 | struct snd_soc_dapm_context *dapm = &codec->dapm; | ||
57 | |||
58 | snd_soc_dapm_enable_pin(dapm, "Headphone Jack"); | ||
59 | snd_soc_dapm_enable_pin(dapm, "Line In"); | ||
60 | snd_soc_dapm_enable_pin(dapm, "Line Out"); | ||
61 | snd_soc_dapm_enable_pin(dapm, "Mic Jack"); | ||
62 | |||
63 | simtec_audio_init(rtd); | 55 | simtec_audio_init(rtd); |
64 | 56 | ||
65 | return 0; | 57 | return 0; |