Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: codecs: max98088: fix typo in constant
@ 2015-06-30 21:43 Nik Nyby
  2015-07-07 13:58 ` Applied "ASoC: codecs: max98088: fix typo in constant" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Nik Nyby @ 2015-06-30 21:43 UTC (permalink / raw)
  To: lgirdwood, broonie, alsa-devel, trivial; +Cc: Nik Nyby

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

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

end of thread, other threads:[~2015-07-07 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 21:43 [PATCH] ASoC: codecs: max98088: fix typo in constant Nik Nyby
2015-07-07 13:58 ` Applied "ASoC: codecs: max98088: fix typo in constant" to the asoc tree Mark Brown

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