提交 6a0cdcca 编写于 作者: J Jarkko Nikula 提交者: Mark Brown

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

Headset jack has only mono microphone input.
Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 725a6dfd
...@@ -84,7 +84,7 @@ static struct snd_soc_jack_gpio hs_jack_gpios[] = { ...@@ -84,7 +84,7 @@ static struct snd_soc_jack_gpio hs_jack_gpios[] = {
.name = "mic-gpio", .name = "mic-gpio",
.idx = 1, .idx = 1,
.invert = 1, .invert = 1,
.report = SND_JACK_MICROPHONE | SND_JACK_LINEIN, .report = SND_JACK_MICROPHONE,
.debounce_time = 200, .debounce_time = 200,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册