All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: dwc: fix typo in comment
@ 2023-09-11  6:46 Myunguk Kim
  2023-09-11  8:25 ` Maxim Kochetkov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Myunguk Kim @ 2023-09-11  6:46 UTC (permalink / raw)
  To: alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel, Myunguk Kim

This fixes typo in comment

Signed-off-by: Myunguk Kim <mwkim@gaonchips.com>
---
 sound/soc/dwc/dwc-i2s.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/dwc/dwc-i2s.c b/sound/soc/dwc/dwc-i2s.c
index 71ff894035a4..45e55e550924 100644
--- a/sound/soc/dwc/dwc-i2s.c
+++ b/sound/soc/dwc/dwc-i2s.c
@@ -138,7 +138,7 @@ static irqreturn_t i2s_irq_handler(int irq, void *dev_id)
 			irq_valid = true;
 		}
 
-		/* Error Handling: TX */
+		/* Error Handling: RX */
 		if (isr[i] & ISR_RXFO) 
{ 			dev_err_ratelimited(dev->dev, "RX overrun (ch_id=%d)\n", i);
 			irq_valid = true;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* RE: Re: [PATCH] ASoC: dwc: fix typo in comment
@ 2023-09-12  1:23 김명욱
  2023-09-12  1:34 ` Bagas Sanjaya
  0 siblings, 1 reply; 7+ messages in thread
From: 김명욱 @ 2023-09-12  1:23 UTC (permalink / raw)
  To: Bagas Sanjaya, alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Maxim Kochetkov, Kuninori Morimoto, Xingyu Wu,
	Uwe Kleine-König, linux-kernel, mwkim

ISR_RXFO means \"Status of Data Overrun interrupt for the RX channel\"
according to the datasheetSo, the comment should be RX, not
TXThanksMyunguk------------Original Message------------Subject : Re: [PATCH]
ASoC: dwc: fix typo in commentDate : 2023-09-11 21:46:05From : Bagas Sanjaya
&lt;bagasdotme@gmailcom&gt;To : Myunguk Kim &lt;mwkim@gaonchipscom&gt;,
alsa-devel@alsa-projectorgCc : Liam Girdwood &lt;lgirdwood@gmailcom&gt;,
Mark Brown &lt;broonie@kernelorg&gt;, Jaroslav Kysela &lt;perex@perexcz&gt;,
Takashi Iwai &lt;tiwai@susecom&gt;, Maxim Kochetkov
&lt;fido_max@inboxru&gt;, Kuninori Morimoto
&lt;kuninorimorimotogx@renesascom&gt;, Xingyu Wu
&lt;xingyuwu@starfivetechcom&gt;, Uwe Kleine-König
&lt;ukleine-koenig@pengutronixde&gt;, linux-kernel@vgerkernelorgOn Mon, Sep
11, 2023 at 03:46:46PM +0900, Myunguk Kim wrote:&gt; This fixes typo in
commentOn what? Can you describe the typofix in more detail?&gt;&gt;
Signed-off-by: Myunguk Kim &lt;mwkim@gaonchipscom&gt;&gt; ---&gt;
sound/soc/dwc/dwc-i2sc | 2 +-&gt; 1 file changed, 1 insertion(+), 1
deletion(-)&gt;&gt; diff --git a/sound/soc/dwc/dwc-i2sc
b/sound/soc/dwc/dwc-i2sc&gt; index 71ff894035a445e55e550924 100644&gt; ---
a/sound/soc/dwc/dwc-i2sc&gt; +++ b/sound/soc/dwc/dwc-i2sc&gt; @@ -138,7
+138,7 @@ static irqreturn_t i2s_irq_handler(int irq, void *dev_id)&gt;
irq_valid = true;&gt; }&gt;&gt; - /* Error Handling: TX */&gt; + /* Error
Handling: RX */&gt; if (isr[i] &amp; ISR_RXFO)&gt; {
dev_err_ratelimited(dev-&gt;dev, \"RX overrun (ch_id=%d)\\n\", i);&gt;
irq_valid = true;Oh, you mean the code following the comment checks for RXFO
overrunConfused--An old man doll just what I always wanted! - Clara

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

end of thread, other threads:[~2023-09-14 15:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  6:46 [PATCH] ASoC: dwc: fix typo in comment Myunguk Kim
2023-09-11  8:25 ` Maxim Kochetkov
2023-09-11 12:45 ` Bagas Sanjaya
2023-09-12 13:34 ` Mark Brown
2023-09-13  2:28   ` Myunguk Kim
2023-09-13  2:28   ` Myunguk Kim
  -- strict thread matches above, loose matches on Subject: below --
2023-09-12  1:23 Re: [PATCH] ASoC: dwc: fix typo in comment 김명욱
2023-09-12  1:34 ` Bagas Sanjaya

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.