Skip to content

Commit

Permalink
ASoC: codecs: max98088: fix typo in constant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nik Nyby authored and Mark Brown committed Jul 7, 2015
1 parent d770e55 commit b650247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/max98088.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b650247

Please sign in to comment.