aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/byt-max98090.c
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2014-06-23 09:29:39 -0400
committerMark Brown <broonie@linaro.org>2014-06-24 11:20:43 -0400
commit6a0cdccad87a7032440f204c04a599e4bcc8656b (patch)
treea1916e8a881457028aeb4cd9e4321c6a34f45909 /sound/soc/intel/byt-max98090.c
parent725a6dfd014d02b4ad1d00df364a6d4a15ff2ebb (diff)
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[] = {
84 .name = "mic-gpio", 84 .name = "mic-gpio",
85 .idx = 1, 85 .idx = 1,
86 .invert = 1, 86 .invert = 1,
87 .report = SND_JACK_MICROPHONE | SND_JACK_LINEIN, 87 .report = SND_JACK_MICROPHONE,
88 .debounce_time = 200, 88 .debounce_time = 200,
89 }, 89 },
90}; 90};