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

ASoC: wm8962: correct addresses for HPF_C_0/1

From datasheet:
R17408 (4400h) HPF_C_1
R17409 (4401h) HPF_C_0
17048 -> 17408 (0x4400)
17049 -> 17409 (0x4401)

Signed-off-by: Sachin Pandhare <sachinpandhare@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org

authored by

Sachin Pandhare and committed by
Mark Brown
e9f96bc5 8005c49d

+2 -2
+2 -2
sound/soc/codecs/wm8962.c
··· 365 365 { 16924, 0x0059 }, /* R16924 - HDBASS_PG_1 */ 366 366 { 16925, 0x999A }, /* R16925 - HDBASS_PG_0 */ 367 367 368 - { 17048, 0x0083 }, /* R17408 - HPF_C_1 */ 369 - { 17049, 0x98AD }, /* R17409 - HPF_C_0 */ 368 + { 17408, 0x0083 }, /* R17408 - HPF_C_1 */ 369 + { 17409, 0x98AD }, /* R17409 - HPF_C_0 */ 370 370 371 371 { 17920, 0x007F }, /* R17920 - ADCL_RETUNE_C1_1 */ 372 372 { 17921, 0xFFFF }, /* R17921 - ADCL_RETUNE_C1_0 */