[PATCH] sound:fix typo in rt5663.c
mateng
ayowoe at 163.com
Mon Mar 15 12:16:13 CET 2021
From: mateng <mateng at yulong.com>
interrput -> interrupt
Signed-off-by: mateng <mateng at yulong.com>
---
sound/soc/codecs/rt5663.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c
index 619fb9a..411ff30 100644
--- a/sound/soc/codecs/rt5663.c
+++ b/sound/soc/codecs/rt5663.c
@@ -1967,7 +1967,7 @@ static void rt5663_jack_detect_work(struct work_struct *work)
btn_type);
break;
}
- /* button release or spurious interrput*/
+ /* button release or spurious interrupt*/
if (btn_type == 0) {
report = rt5663->jack_type;
cancel_delayed_work_sync(
--
1.9.1
More information about the Alsa-devel
mailing list