Skip to content

Commit

Permalink
ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEIN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Jun 24, 2014
1 parent 725a6df commit 6a0cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/byt-max98090.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 6a0cdcc

Please sign in to comment.