ASoC: codecs: max98088: fix typo in constant
authorNik Nyby <nikolas@gnu.org>
Tue, 30 Jun 2015 21:43:02 +0000 (17:43 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 12:14:15 +0000 (13:14 +0100)
This fixes a typo in the M98088_REG_02_JACK_STATUS constant.

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98088.h

index be89a4f4aab828ad4efe941c6ce7b6a93c25b510..efa39bf467425a8b033c6063d36aa3c43fc918bb 100644 (file)
@@ -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
This page took 0.026119 seconds and 5 git commands to generate.