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>
diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c
index 3d06440..165ab6d 100644
--- a/sound/soc/intel/byt-max98090.c
+++ b/sound/soc/intel/byt-max98090.c
@@ -84,7 +84,7 @@
.name = "mic-gpio",
.idx = 1,
.invert = 1,
- .report = SND_JACK_MICROPHONE | SND_JACK_LINEIN,
+ .report = SND_JACK_MICROPHONE,
.debounce_time = 200,
},
};