lkml.org 
[lkml]   [2021]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ASoC: cygnus:fix spelling mistakes
Date
From: Gu Shengxian <gushengxian@yulong.com>

controlable ==> controllable
caputure ==> capture

Signed-off-by: Gu Shengxian <gushengxian@yulong.com>
---
sound/soc/bcm/cygnus-ssp.c | 2 +-
sound/soc/bcm/cygnus-ssp.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/bcm/cygnus-ssp.c b/sound/soc/bcm/cygnus-ssp.c
index fca5a3f2eec5..383d824fbbb2 100644
--- a/sound/soc/bcm/cygnus-ssp.c
+++ b/sound/soc/bcm/cygnus-ssp.c
@@ -1327,7 +1327,7 @@ static int cygnus_ssp_probe(struct platform_device *pdev)
if (IS_ERR(cygaud->i2s_in))
return PTR_ERR(cygaud->i2s_in);

- /* Tri-state all controlable pins until we know that we need them */
+ /* Tri-state all controllable pins until we know that we need them */
writel(CYGNUS_SSP_TRISTATE_MASK,
cygaud->audio + AUD_MISC_SEROUT_OE_REG_BASE);

diff --git a/sound/soc/bcm/cygnus-ssp.h b/sound/soc/bcm/cygnus-ssp.h
index 33dd34305928..0bd2d6708fe0 100644
--- a/sound/soc/bcm/cygnus-ssp.h
+++ b/sound/soc/bcm/cygnus-ssp.h
@@ -37,7 +37,7 @@ struct ringbuf_regs {
unsigned wraddr;
unsigned baseaddr;
unsigned endaddr;
- unsigned fmark; /* freemark for play, fullmark for caputure */
+ unsigned fmark; /* freemark for play, fullmark for capture */
unsigned period_bytes;
unsigned buf_size;
};
--
2.25.1
\
 
 \ /
  Last update: 2021-07-06 14:40    [W:0.055 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site