diff options
author | Bard Liao <bardliao@realtek.com> | 2018-01-05 12:00:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-10 13:59:33 +0300 |
commit | 11aa2d9613c9523f8f78863bdfc7d79b37afcbbe (patch) | |
tree | 73512d991960d6548ab7d62454088463782c7b61 /sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c | |
parent | 3e8052d90d24320a1edb556c20523f3b17195985 (diff) | |
download | linux-11aa2d9613c9523f8f78863bdfc7d79b37afcbbe.tar.xz |
ASoC: mt8173: remove unnecessary micbias widget in route
The micbias1/2 are connected to route as SUPPLY usage. It was not
take effect since they were MICBIAS type. To keep the same register
settings, we have to remove it once the micbias1/2 widget is converted
to SUPPLY type.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c')
-rw-r--r-- | sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c index 99c15219dbc8..5a9a5482976e 100644 --- a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c @@ -37,8 +37,6 @@ static const struct snd_soc_dapm_route mt8173_rt5650_rt5514_routes[] = { {"Sub DMIC1R", NULL, "Int Mic"}, {"Headphone", NULL, "HPOL"}, {"Headphone", NULL, "HPOR"}, - {"Headset Mic", NULL, "micbias1"}, - {"Headset Mic", NULL, "micbias2"}, {"IN1P", NULL, "Headset Mic"}, {"IN1N", NULL, "Headset Mic"}, }; |