diff options
author | Bard Liao <bardliao@realtek.com> | 2018-01-05 10:00:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-10 11:59:33 +0100 |
commit | 11aa2d9613c9523f8f78863bdfc7d79b37afcbbe (patch) | |
tree | 73512d991960d6548ab7d62454088463782c7b61 /sound/soc/mediatek/mt8173/mt8173-rt5650.c | |
parent | ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe() (diff) | |
download | linux-11aa2d9613c9523f8f78863bdfc7d79b37afcbbe.tar.xz linux-11aa2d9613c9523f8f78863bdfc7d79b37afcbbe.zip |
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.c')
-rw-r--r-- | sound/soc/mediatek/mt8173/mt8173-rt5650.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650.c b/sound/soc/mediatek/mt8173/mt8173-rt5650.c index e69c141d8ed4..40ebefd625c1 100644 --- a/sound/soc/mediatek/mt8173/mt8173-rt5650.c +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650.c @@ -51,8 +51,6 @@ static const struct snd_soc_dapm_route mt8173_rt5650_routes[] = { {"DMIC R1", 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"}, }; |