mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 11:36:14 +07:00
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>
This commit is contained in:
parent
725a6dfd01
commit
6a0cdccad8
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user