All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: cygnus:fix spelling mistakes
@ 2021-07-06 12:08 Gu Shengxian
  2021-07-07 17:49 ` Ray Jui
  0 siblings, 1 reply; 2+ messages in thread
From: Gu Shengxian @ 2021-07-06 12:08 UTC (permalink / raw)
  To: perex, tiwai, rjui, sbranden, bcm-kernel-feedback-list
  Cc: linux-kernel, Gu Shengxian

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: cygnus:fix spelling mistakes
  2021-07-06 12:08 [PATCH] ASoC: cygnus:fix spelling mistakes Gu Shengxian
@ 2021-07-07 17:49 ` Ray Jui
  0 siblings, 0 replies; 2+ messages in thread
From: Ray Jui @ 2021-07-07 17:49 UTC (permalink / raw)
  To: Gu Shengxian, perex, tiwai, rjui, sbranden, bcm-kernel-feedback-list
  Cc: linux-kernel, Gu Shengxian

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]



On 7/6/2021 5:08 AM, Gu Shengxian wrote:
> 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;
>  };
> 

Thanks.

Acked-by: Ray Jui <ray.jui@broadcom.com>

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4194 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-07 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 12:08 [PATCH] ASoC: cygnus:fix spelling mistakes Gu Shengxian
2021-07-07 17:49 ` Ray Jui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.