]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: Intel: byt-rt5640: Remove IN2N pin from DAPM route table
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 29 Sep 2014 13:58:15 +0000 (16:58 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 29 Sep 2014 18:44:31 +0000 (19:44 +0100)
I tested couple byt-rt5640 based platforms and they have single-ended
headset microphone connection to IN2P only. I guess IN2N was either defined
by accident or some early platform had floating ground for headset. It's
better to remove IN2N and add a custom route for such a platform if needed.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/byt-rt5640.c

index 234a58de3c53b0f4e758fa04e93db5012fcfda0b..d6d8b19c22dc18c3022a6d1d20002ea61c859943 100644 (file)
@@ -36,7 +36,6 @@ 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"},
        {"Headphone", NULL, "HPOL"},
        {"Headphone", NULL, "HPOR"},