public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [v2] ASoC: dwc: fix typo in comment
@ 2023-09-13  2:41 Myunguk Kim
  2023-09-13  7:27 ` Bagas Sanjaya
  2023-09-13 17:52 ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Myunguk Kim @ 2023-09-13  2:41 UTC (permalink / raw)
  To: alsa-devel
  Cc: broonie, fido_max, kuninori.morimoto.gx, lgirdwood, linux-kernel,
	perex, tiwai, u.kleine-koenig, xingyu.wu, mwkim

ISR_RXFO means "Status of Data Overrun interrupt for the RX channel"
according to the datasheet.

So, the comment should be RX, not TX

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 22c004179214..c71c17ef961d 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13  2:41 [PATCH] [v2] ASoC: dwc: fix typo in comment Myunguk Kim
2023-09-13  7:27 ` Bagas Sanjaya
2023-09-13 17:52 ` Mark Brown
2023-09-14  0:56   ` Myunguk Kim
2023-09-14  6:32     ` Uwe Kleine-König
2023-09-14 11:42       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox