|
@@ -577,7 +577,7 @@ static struct stv0299_config typhoon_config = {
|
|
|
.mclk = 88000000UL,
|
|
|
.invert = 0,
|
|
|
.skip_reinit = 0,
|
|
|
- .lock_output = STV0229_LOCKOUTPUT_1,
|
|
|
+ .lock_output = STV0299_LOCKOUTPUT_1,
|
|
|
.volt13_op0_op1 = STV0299_VOLT13_OP0,
|
|
|
.min_delay_ms = 100,
|
|
|
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
|
|
@@ -590,7 +590,7 @@ static struct stv0299_config cinergy_1200s_config = {
|
|
|
.mclk = 88000000UL,
|
|
|
.invert = 0,
|
|
|
.skip_reinit = 0,
|
|
|
- .lock_output = STV0229_LOCKOUTPUT_0,
|
|
|
+ .lock_output = STV0299_LOCKOUTPUT_0,
|
|
|
.volt13_op0_op1 = STV0299_VOLT13_OP0,
|
|
|
.min_delay_ms = 100,
|
|
|
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
|
|
@@ -602,7 +602,7 @@ static struct stv0299_config cinergy_1200s_1894_0010_config = {
|
|
|
.mclk = 88000000UL,
|
|
|
.invert = 1,
|
|
|
.skip_reinit = 0,
|
|
|
- .lock_output = STV0229_LOCKOUTPUT_1,
|
|
|
+ .lock_output = STV0299_LOCKOUTPUT_1,
|
|
|
.volt13_op0_op1 = STV0299_VOLT13_OP0,
|
|
|
.min_delay_ms = 100,
|
|
|
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
|
|
@@ -869,7 +869,7 @@ static struct stv0299_config philips_sd1878_config = {
|
|
|
.mclk = 88000000UL,
|
|
|
.invert = 0,
|
|
|
.skip_reinit = 0,
|
|
|
- .lock_output = STV0229_LOCKOUTPUT_1,
|
|
|
+ .lock_output = STV0299_LOCKOUTPUT_1,
|
|
|
.volt13_op0_op1 = STV0299_VOLT13_OP0,
|
|
|
.min_delay_ms = 100,
|
|
|
.set_symbol_rate = philips_sd1878_ci_set_symbol_rate,
|