From: Nik Nyby <nikolas@gnu.org>
To: lgirdwood@gmail.com, broonie@kernel.org,
alsa-devel@alsa-project.org, trivial@kernel.org
Cc: Nik Nyby <nikolas@gnu.org>
Subject: [PATCH] ASoC: codecs: max98088: fix typo in constant
Date: Tue, 30 Jun 2015 17:43:02 -0400 [thread overview]
Message-ID: <1435700582-17286-1-git-send-email-nikolas@gnu.org> (raw)
This fixes a typo in the M98088_REG_02_JACK_STATUS constant.
Signed-off-by: Nik Nyby <nikolas@gnu.org>
---
sound/soc/codecs/max98088.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/max98088.h b/sound/soc/codecs/max98088.h
index be89a4f..efa39bf 100644
--- a/sound/soc/codecs/max98088.h
+++ b/sound/soc/codecs/max98088.h
@@ -16,7 +16,7 @@
*/
#define M98088_REG_00_IRQ_STATUS 0x00
#define M98088_REG_01_MIC_STATUS 0x01
-#define M98088_REG_02_JACK_STAUS 0x02
+#define M98088_REG_02_JACK_STATUS 0x02
#define M98088_REG_03_BATTERY_VOLTAGE 0x03
#define M98088_REG_0F_IRQ_ENABLE 0x0F
#define M98088_REG_10_SYS_CLK 0x10
--
2.1.4
next reply other threads:[~2015-06-30 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 21:43 Nik Nyby [this message]
2015-07-07 13:58 ` Applied "ASoC: codecs: max98088: fix typo in constant" to the asoc tree Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435700582-17286-1-git-send-email-nikolas@gnu.org \
--to=nikolas@gnu.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.