diff mbox

[3/6] ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEIN

Message ID 1403530182-5400-3-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State Accepted
Commit 6a0cdccad87a7032440f204c04a599e4bcc8656b
Headers show

Commit Message

Jarkko Nikula June 23, 2014, 1:29 p.m. UTC
Headset jack has only mono microphone input.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 sound/soc/intel/byt-max98090.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c
index 3d06440278ec..165ab6d6c4a3 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,
 	},
 };