diff options
author | Brent Lu <[email protected]> | 2023-06-12 19:09:48 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-06-12 14:47:28 +0100 |
commit | c2076f4fa4f15559ed7e568186c4089479a62154 (patch) | |
tree | ad8fe90cc739f903040ba354d0409671ece87046 | |
parent | 530ca0a7ed04230408775b495034941346ea5db1 (diff) |
ASoC: Intel: avs-dmic: remove redundant dapm routes
Two routes "DMIC Rx<-Capture" and "DMIC WoV Rx<-Capture" are created
by snd_soc_dapm_connect_dai_link_widgets() automatically. Remove the
duplicate routes.
Signed-off-by: Brent Lu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/intel/avs/boards/dmic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/avs/boards/dmic.c b/sound/soc/intel/avs/boards/dmic.c index 90a921638572..c270646faf86 100644 --- a/sound/soc/intel/avs/boards/dmic.c +++ b/sound/soc/intel/avs/boards/dmic.c @@ -44,8 +44,6 @@ static const struct snd_soc_dapm_widget card_widgets[] = { static const struct snd_soc_dapm_route card_routes[] = { {"DMic", NULL, "SoC DMIC"}, - {"DMIC Rx", NULL, "Capture"}, - {"DMIC WoV Rx", NULL, "Capture"}, }; static int avs_dmic_probe(struct platform_device *pdev) |