aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/byt-max98090.c
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2014-06-23 16:29:39 +0300
committerMark Brown <broonie@linaro.org>2014-06-24 16:20:43 +0100
commit6a0cdccad87a7032440f204c04a599e4bcc8656b (patch)
treea1916e8a881457028aeb4cd9e4321c6a34f45909 /sound/soc/intel/byt-max98090.c
parentASoC: Intel: byt-max98090: Fix mic detect GPIO polarity (diff)
downloadlinux-dev-6a0cdccad87a7032440f204c04a599e4bcc8656b.tar.xz
linux-dev-6a0cdccad87a7032440f204c04a599e4bcc8656b.zip
ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEIN
Headset jack has only mono microphone input. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/byt-max98090.c')
-rw-r--r--sound/soc/intel/byt-max98090.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c
index 3d06440278ec..165ab6d6c4a3 100644
--- a/sound/soc/intel/byt-max98090.c
+++ b/sound/soc/intel/byt-max98090.c
@@ -84,7 +84,7 @@ static struct snd_soc_jack_gpio hs_jack_gpios[] = {
.name = "mic-gpio",
.idx = 1,
.invert = 1,
- .report = SND_JACK_MICROPHONE | SND_JACK_LINEIN,
+ .report = SND_JACK_MICROPHONE,
.debounce_time = 200,
},
};