Commit e1b4a53d authored by Randy Dunlap's avatar Randy Dunlap Committed by Mark Brown

ASoC: tegra20_das.h: delete duplicated words

Delete the doubled word "to" in two comments.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200719180912.30770-1-rdunlap@infradead.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 23f8d964
...@@ -91,14 +91,14 @@ struct tegra20_das { ...@@ -91,14 +91,14 @@ struct tegra20_das {
*/ */
/* /*
* Connect a DAP to to a DAC * Connect a DAP to a DAC
* dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_*
* dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC* * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC*
*/ */
extern int tegra20_das_connect_dap_to_dac(int dap_id, int dac_sel); extern int tegra20_das_connect_dap_to_dac(int dap_id, int dac_sel);
/* /*
* Connect a DAP to to another DAP * Connect a DAP to another DAP
* dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_*
* other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP* * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP*
* master: Is this DAP the master (1) or slave (0) * master: Is this DAP the master (1) or slave (0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment