diff options
Diffstat (limited to 'sound/soc/samsung/s3c24xx_simtec_hermes.c')
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec_hermes.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/samsung/s3c24xx_simtec_hermes.c b/sound/soc/samsung/s3c24xx_simtec_hermes.c index d8a0543cae5e..2d30b7b6818a 100644 --- a/sound/soc/samsung/s3c24xx_simtec_hermes.c +++ b/sound/soc/samsung/s3c24xx_simtec_hermes.c | |||
@@ -63,14 +63,6 @@ static const struct snd_soc_dapm_route base_map[] = { | |||
63 | */ | 63 | */ |
64 | static int simtec_hermes_init(struct snd_soc_pcm_runtime *rtd) | 64 | static int simtec_hermes_init(struct snd_soc_pcm_runtime *rtd) |
65 | { | 65 | { |
66 | struct snd_soc_codec *codec = rtd->codec; | ||
67 | struct snd_soc_dapm_context *dapm = &codec->dapm; | ||
68 | |||
69 | snd_soc_dapm_enable_pin(dapm, "Headphone Jack"); | ||
70 | snd_soc_dapm_enable_pin(dapm, "Line In"); | ||
71 | snd_soc_dapm_enable_pin(dapm, "Line Out"); | ||
72 | snd_soc_dapm_enable_pin(dapm, "Mic Jack"); | ||
73 | |||
74 | simtec_audio_init(rtd); | 66 | simtec_audio_init(rtd); |
75 | 67 | ||
76 | return 0; | 68 | return 0; |