Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sameer Pujar and committed by
Mark Brown
f47d4328 2cc41db7

-10
-10
sound/soc/tegra/tegra210_ahub.c
··· 712 712 MUX_ENUM_CTRL_DECL_234(t234_asrc16_tx, 0x69); 713 713 MUX_ENUM_CTRL_DECL_234(t234_asrc17_tx, 0x6a); 714 714 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 - */ 720 715 static const struct snd_soc_dapm_widget tegra210_ahub_widgets[] = { 721 716 WIDGETS("ADMAIF1", t210_admaif1_tx), 722 717 WIDGETS("ADMAIF2", t210_admaif2_tx), ··· 1087 1092 { name " XBAR-Capture", NULL, name " XBAR-TX" }, \ 1088 1093 { name " Capture", NULL, name " XBAR-Capture" }, 1089 1094 1090 - /* 1091 - * The number of entries in, and order of, this array is closely tied to the 1092 - * calculation of tegra210_ahub_codec.num_dapm_routes near the end of 1093 - * tegra210_ahub_probe() 1094 - */ 1095 1095 static const struct snd_soc_dapm_route tegra210_ahub_routes[] = { 1096 1096 TEGRA_FE_ROUTES("ADMAIF1") 1097 1097 TEGRA_FE_ROUTES("ADMAIF2")