ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP
authorAxel Lin <axel.lin@ingics.com>
Wed, 22 Jul 2015 03:27:45 +0000 (11:27 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 22 Jul 2015 09:49:02 +0000 (10:49 +0100)
commitb101acfabc9377469af3abfb7cb63112da367284
tree423b284ce9d4656d2cd726c73c5681d5421f4be0
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP

Currently, below code actually does not update any bit because
SGTL5000_SMALL_POP is 0.

snd_soc_update_bits(codec, SGTL5000_CHIP_REF_CTRL, SGTL5000_SMALL_POP, 1);

The SGTL5000_SMALL_POP should be BIT(0) rather than 0, fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-By: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sgtl5000.h