projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7171511
)
ASoC: Intel: byt-max98090: Move MICBIAS widget to supply of Headset Mic
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Mon, 23 Jun 2014 13:29:37 +0000
(16:29 +0300)
committer
Mark Brown
<broonie@linaro.org>
Tue, 24 Jun 2014 15:20:42 +0000
(16:20 +0100)
Move "MICBIAS" as a supply widget to "Headset Mic" instead of keeping it
between input pin "IN34" and "Headset Mic".
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
|
blame
|
history
diff --git
a/sound/soc/intel/byt-max98090.c
b/sound/soc/intel/byt-max98090.c
index 5fc98c64a3f41c3b19cfe975f15830afd4bd0cfa..a3c5f02a60fc57f05a4ef842881213a76349a744 100644
(file)
--- a/
sound/soc/intel/byt-max98090.c
+++ b/
sound/soc/intel/byt-max98090.c
@@
-39,8
+39,7
@@
static const struct snd_soc_dapm_widget byt_max98090_widgets[] = {
static const struct snd_soc_dapm_route byt_max98090_audio_map[] = {
{"IN34", NULL, "Headset Mic"},
- {"IN34", NULL, "MICBIAS"},
- {"MICBIAS", NULL, "Headset Mic"},
+ {"Headset Mic", NULL, "MICBIAS"},
{"DMICL", NULL, "Int Mic"},
{"Headphone", NULL, "HPL"},
{"Headphone", NULL, "HPR"},