Commit 6a0cdcca authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Mark Brown

ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEIN

Headset jack has only mono microphone input.
Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 725a6dfd
......@@ -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,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment