projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725a6df
)
ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEIN
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Mon, 23 Jun 2014 13:29:39 +0000
(16:29 +0300)
committer
Mark Brown
<broonie@linaro.org>
Tue, 24 Jun 2014 15:20:43 +0000
(16:20 +0100)
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>
sound/soc/intel/byt-max98090.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/byt-max98090.c
b/sound/soc/intel/byt-max98090.c
index 3d06440278ec1c6eeb50c09382ed42c4aae26e95..165ab6d6c4a3f6f2b2ee228c5170813faab49e2d 100644
(file)
--- 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,
},
};