diff --git a/src/tuner_r82xx.c b/src/tuner_r82xx.c index 691ecd3..a70d62c 100644 --- a/src/tuner_r82xx.c +++ b/src/tuner_r82xx.c @@ -43,7 +43,7 @@ /* Those initial values start from REG_SHADOW_START */ static const uint8_t r82xx_init_array[NUM_REGS] = { - 0x83, 0x32, 0x75, /* 05 to 07 */ + 0x83, 0x30, 0x75, /* 05 to 07 */ 0xc0, 0x40, 0xd6, 0x6c, /* 08 to 0b */ 0xf5, 0x63, 0x75, 0x68, /* 0c to 0f */ 0x6c, 0x83, 0x80, 0x00, /* 10 to 13 */