diff options
Diffstat (limited to 'sound/soc/samsung/goni_wm8994.c')
-rw-r--r-- | sound/soc/samsung/goni_wm8994.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/goni_wm8994.c b/sound/soc/samsung/goni_wm8994.c index cc8528c0a49..34dd9ef1b9c 100644 --- a/sound/soc/samsung/goni_wm8994.c +++ b/sound/soc/samsung/goni_wm8994.c | |||
@@ -131,7 +131,7 @@ static int goni_wm8994_init(struct snd_soc_pcm_runtime *rtd) | |||
131 | snd_soc_dapm_sync(dapm); | 131 | snd_soc_dapm_sync(dapm); |
132 | 132 | ||
133 | /* Headset jack detection */ | 133 | /* Headset jack detection */ |
134 | ret = snd_soc_jack_new(&goni, "Headset Jack", | 134 | ret = snd_soc_jack_new(codec, "Headset Jack", |
135 | SND_JACK_HEADSET | SND_JACK_MECHANICAL | SND_JACK_AVOUT, | 135 | SND_JACK_HEADSET | SND_JACK_MECHANICAL | SND_JACK_AVOUT, |
136 | &jack); | 136 | &jack); |
137 | if (ret) | 137 | if (ret) |