Skip to content

Commit f47d432

Browse files
pujarsbroonie
authored andcommitted
ASoC: tegra: Remove stale comments in AHUB
Remove stale comments in AHUB driver which is related to DAPM widgets and routes. This is misleading otherwise. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Link: https://lore.kernel.org/r/Message-Id: <1687433656-7892-7-git-send-email-spujar@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2cc41db commit f47d432

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

sound/soc/tegra/tegra210_ahub.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -712,11 +712,6 @@ MUX_ENUM_CTRL_DECL_234(t234_asrc15_tx, 0x68);
712712
MUX_ENUM_CTRL_DECL_234(t234_asrc16_tx, 0x69);
713713
MUX_ENUM_CTRL_DECL_234(t234_asrc17_tx, 0x6a);
714714

715-
/*
716-
* The number of entries in, and order of, this array is closely tied to the
717-
* calculation of tegra210_ahub_codec.num_dapm_widgets near the end of
718-
* tegra210_ahub_probe()
719-
*/
720715
static const struct snd_soc_dapm_widget tegra210_ahub_widgets[] = {
721716
WIDGETS("ADMAIF1", t210_admaif1_tx),
722717
WIDGETS("ADMAIF2", t210_admaif2_tx),
@@ -1092,11 +1087,6 @@ static const struct snd_soc_dapm_widget tegra234_ahub_widgets[] = {
10921087
{ name " XBAR-Capture", NULL, name " XBAR-TX" }, \
10931088
{ name " Capture", NULL, name " XBAR-Capture" },
10941089

1095-
/*
1096-
* The number of entries in, and order of, this array is closely tied to the
1097-
* calculation of tegra210_ahub_codec.num_dapm_routes near the end of
1098-
* tegra210_ahub_probe()
1099-
*/
11001090
static const struct snd_soc_dapm_route tegra210_ahub_routes[] = {
11011091
TEGRA_FE_ROUTES("ADMAIF1")
11021092
TEGRA_FE_ROUTES("ADMAIF2")

0 commit comments

Comments
 (0)