Commit 9d8e1b54 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Mauro Carvalho Chehab

[media] STV0299 Register 02 on Opera1/Bsru6/z0194a/mantis_vp1033

Bits 4 and 5 on register 02 should always be set to 1.

Opera1/Bsru6/z0194a/mantis_vp1033
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Acked-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 24fb0604
...@@ -198,7 +198,7 @@ static int opera1_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate, ...@@ -198,7 +198,7 @@ static int opera1_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate,
static u8 opera1_inittab[] = { static u8 opera1_inittab[] = {
0x00, 0xa1, 0x00, 0xa1,
0x01, 0x15, 0x01, 0x15,
0x02, 0x00, 0x02, 0x30,
0x03, 0x00, 0x03, 0x00,
0x04, 0x7d, 0x04, 0x7d,
0x05, 0x05, 0x05, 0x05,
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
static u8 alps_bsru6_inittab[] = { static u8 alps_bsru6_inittab[] = {
0x01, 0x15, 0x01, 0x15,
0x02, 0x00, 0x02, 0x30,
0x03, 0x00, 0x03, 0x00,
0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */
0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */ 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */
......
...@@ -42,7 +42,7 @@ static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe, ...@@ -42,7 +42,7 @@ static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe,
static u8 sharp_z0194a_inittab[] = { static u8 sharp_z0194a_inittab[] = {
0x01, 0x15, 0x01, 0x15,
0x02, 0x00, 0x02, 0x30,
0x03, 0x00, 0x03, 0x00,
0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */
0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */ 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
u8 lgtdqcs001f_inittab[] = { u8 lgtdqcs001f_inittab[] = {
0x01, 0x15, 0x01, 0x15,
0x02, 0x00, 0x02, 0x30,
0x03, 0x00, 0x03, 0x00,
0x04, 0x2a, 0x04, 0x2a,
0x05, 0x85, 0x05, 0x85,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment