]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/max98090.c
Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/rockchip', 'asoc...
[karo-tx-linux.git] / sound / soc / codecs / max98090.c
index f2a3f30a5d9f95fc231878b7eee3d45d35c43da3..d519294f57c79c289784f9a71bb43d7bf51dc7e9 100644 (file)
@@ -1311,8 +1311,6 @@ static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
        {"MIC1 Input", NULL, "MIC1"},
        {"MIC2 Input", NULL, "MIC2"},
 
-       {"DMICL", NULL, "DMICL_ENA"},
-       {"DMICR", NULL, "DMICR_ENA"},
        {"DMICL", NULL, "AHPF"},
        {"DMICR", NULL, "AHPF"},
 
@@ -1370,6 +1368,8 @@ static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
        {"DMIC Mux", "ADC", "ADCR"},
        {"DMIC Mux", "DMIC", "DMICL"},
        {"DMIC Mux", "DMIC", "DMICR"},
+       {"DMIC Mux", "DMIC", "DMICL_ENA"},
+       {"DMIC Mux", "DMIC", "DMICR_ENA"},
 
        {"LBENL Mux", "Normal", "DMIC Mux"},
        {"LBENL Mux", "Loopback", "LTENL Mux"},