aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-18 17:33:07 -0700
committerMark Brown <[email protected]>2020-07-20 15:34:30 +0100
commitfc926a7c818c97e98c5c2db1cb910523df0419e5 (patch)
treeb8e45d8a99346cdef1647af59c45b07c529ca2a7
parent09e5209087294f444efa7af07442faf886fcc6b9 (diff)
ASoC: soc-dai.h: drop a duplicated word
Drop the repeated word "be" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: Liam Girdwood <[email protected]> Cc: Mark Brown <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--include/sound/soc-dai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 2b51e8eb8a7a..7ff659e28570 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -39,7 +39,7 @@ struct snd_compr_stream;
/*
* DAI Clock gating.
*
- * DAI bit clocks can be be gated (disabled) when the DAI is not
+ * DAI bit clocks can be gated (disabled) when the DAI is not
* sending or receiving PCM data in a frame. This can be used to save power.
*/
#define SND_SOC_DAIFMT_CONT (1 << 4) /* continuous clock */