Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: codecs: max98088: fix typo in constant

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>

authored by

Nik Nyby and committed by
Mark Brown
b650247d d770e558

+1 -1
+1 -1
sound/soc/codecs/max98088.h
··· 16 16 */ 17 17 #define M98088_REG_00_IRQ_STATUS 0x00 18 18 #define M98088_REG_01_MIC_STATUS 0x01 19 - #define M98088_REG_02_JACK_STAUS 0x02 19 + #define M98088_REG_02_JACK_STATUS 0x02 20 20 #define M98088_REG_03_BATTERY_VOLTAGE 0x03 21 21 #define M98088_REG_0F_IRQ_ENABLE 0x0F 22 22 #define M98088_REG_10_SYS_CLK 0x10