Commit 830a57f4 authored by Brad Love's avatar Brad Love Committed by Mauro Carvalho Chehab

media: cx231xx: Fix several incorrect demod addresses

Now the board values match the hard coded
constants used in the dvb initialization.
Signed-off-by: default avatarBrad Love <brad@nextdimension.cc>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent fbfb3a75
...@@ -715,7 +715,7 @@ struct cx231xx_board cx231xx_boards[] = { ...@@ -715,7 +715,7 @@ struct cx231xx_board cx231xx_boards[] = {
.tuner_i2c_master = I2C_1_MUX_3, .tuner_i2c_master = I2C_1_MUX_3,
.demod_i2c_master = I2C_1_MUX_3, .demod_i2c_master = I2C_1_MUX_3,
.has_dvb = 1, .has_dvb = 1,
.demod_addr = 0x0e, .demod_addr = 0x64, /* 0xc8 >> 1 */
.norm = V4L2_STD_PAL, .norm = V4L2_STD_PAL,
.input = {{ .input = {{
...@@ -754,7 +754,7 @@ struct cx231xx_board cx231xx_boards[] = { ...@@ -754,7 +754,7 @@ struct cx231xx_board cx231xx_boards[] = {
.tuner_i2c_master = I2C_1_MUX_3, .tuner_i2c_master = I2C_1_MUX_3,
.demod_i2c_master = I2C_1_MUX_3, .demod_i2c_master = I2C_1_MUX_3,
.has_dvb = 1, .has_dvb = 1,
.demod_addr = 0x0e, .demod_addr = 0x64, /* 0xc8 >> 1 */
.norm = V4L2_STD_PAL, .norm = V4L2_STD_PAL,
.input = {{ .input = {{
...@@ -793,7 +793,7 @@ struct cx231xx_board cx231xx_boards[] = { ...@@ -793,7 +793,7 @@ struct cx231xx_board cx231xx_boards[] = {
.tuner_i2c_master = I2C_1_MUX_3, .tuner_i2c_master = I2C_1_MUX_3,
.demod_i2c_master = I2C_1_MUX_3, .demod_i2c_master = I2C_1_MUX_3,
.has_dvb = 1, .has_dvb = 1,
.demod_addr = 0x0e, .demod_addr = 0x59, /* 0xb2 >> 1 */
.norm = V4L2_STD_NTSC, .norm = V4L2_STD_NTSC,
.input = {{ .input = {{
......
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