diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-06-23 16:29:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-24 16:20:43 +0100 |
commit | 6a0cdccad87a7032440f204c04a599e4bcc8656b (patch) | |
tree | a1916e8a881457028aeb4cd9e4321c6a34f45909 /sound/soc/intel/byt-max98090.c | |
parent | 725a6dfd014d02b4ad1d00df364a6d4a15ff2ebb (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c index 3d06440278e..165ab6d6c4a 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[] = { .name = "mic-gpio", .idx = 1, .invert = 1, - .report = SND_JACK_MICROPHONE | SND_JACK_LINEIN, + .report = SND_JACK_MICROPHONE, .debounce_time = 200, }, }; |