summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/byt-rt5640.c
diff options
context:
space:
mode:
authorJarkko Nikula2014-06-09 13:39:06 +0200
committerMark Brown2014-06-21 12:39:26 +0200
commitc9a8e3bd3df0e25d4ac9f6be1ba294004bb0bc9a (patch)
treec03987f6ccdebc49257d01b9dadf5d12b9cfd8e0 /sound/soc/intel/byt-rt5640.c
parentASoC: Intel: Show Baytrail SST DSP firmware details during init (diff)
downloadkernel-qcow2-linux-c9a8e3bd3df0e25d4ac9f6be1ba294004bb0bc9a.tar.gz
kernel-qcow2-linux-c9a8e3bd3df0e25d4ac9f6be1ba294004bb0bc9a.tar.xz
kernel-qcow2-linux-c9a8e3bd3df0e25d4ac9f6be1ba294004bb0bc9a.zip
ASoC: Intel: byt-rt5640: Enable headset mic bias voltage
Connect "Headset Mic" to "MICBIAS1" supply widget of RT5640 in order to enable bias voltage for headset microphones. 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-rt5640.c')
-rw-r--r--sound/soc/intel/byt-rt5640.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/byt-rt5640.c b/sound/soc/intel/byt-rt5640.c
index 53d160d39972..234a58de3c53 100644
--- a/sound/soc/intel/byt-rt5640.c
+++ b/sound/soc/intel/byt-rt5640.c
@@ -34,6 +34,7 @@ static const struct snd_soc_dapm_widget byt_rt5640_widgets[] = {
};
static const struct snd_soc_dapm_route byt_rt5640_audio_map[] = {
+ {"Headset Mic", NULL, "MICBIAS1"},
{"IN2P", NULL, "Headset Mic"},
{"IN2N", NULL, "Headset Mic"},
{"DMIC1", NULL, "Internal Mic"},