Commit da2c7f66 authored by Oliver Endriss's avatar Oliver Endriss Committed by Mauro Carvalho Chehab

V4L/DVB (7662): stv0299: Fixed some typos

Fixed some typos.
Signed-off-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e84b133e
...@@ -252,7 +252,7 @@ static struct stv0299_config samsung_tbmu24112_config = { ...@@ -252,7 +252,7 @@ static struct stv0299_config samsung_tbmu24112_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 0, .invert = 0,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_LK, .lock_output = STV0299_LOCKOUTPUT_LK,
.volt13_op0_op1 = STV0299_VOLT13_OP1, .volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = samsung_tbmu24112_set_symbol_rate, .set_symbol_rate = samsung_tbmu24112_set_symbol_rate,
......
...@@ -246,7 +246,7 @@ static struct stv0299_config opera1_stv0299_config = { ...@@ -246,7 +246,7 @@ static struct stv0299_config opera1_stv0299_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 1, .invert = 1,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_0, .lock_output = STV0299_LOCKOUTPUT_0,
.volt13_op0_op1 = STV0299_VOLT13_OP0, .volt13_op0_op1 = STV0299_VOLT13_OP0,
.inittab = opera1_inittab, .inittab = opera1_inittab,
.set_symbol_rate = opera1_stv0299_set_symbol_rate, .set_symbol_rate = opera1_stv0299_set_symbol_rate,
......
...@@ -133,7 +133,7 @@ static struct stv0299_config alps_bsru6_config = { ...@@ -133,7 +133,7 @@ static struct stv0299_config alps_bsru6_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 1, .invert = 1,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP1, .volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = alps_bsru6_set_symbol_rate, .set_symbol_rate = alps_bsru6_set_symbol_rate,
......
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
#define STV0229_LOCKOUTPUT_0 0 #define STV0299_LOCKOUTPUT_0 0
#define STV0229_LOCKOUTPUT_1 1 #define STV0299_LOCKOUTPUT_1 1
#define STV0229_LOCKOUTPUT_CF 2 #define STV0299_LOCKOUTPUT_CF 2
#define STV0229_LOCKOUTPUT_LK 3 #define STV0299_LOCKOUTPUT_LK 3
#define STV0299_VOLT13_OP0 0 #define STV0299_VOLT13_OP0 0
#define STV0299_VOLT13_OP1 1 #define STV0299_VOLT13_OP1 1
......
...@@ -577,7 +577,7 @@ static struct stv0299_config typhoon_config = { ...@@ -577,7 +577,7 @@ static struct stv0299_config typhoon_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 0, .invert = 0,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP0, .volt13_op0_op1 = STV0299_VOLT13_OP0,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate, .set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
...@@ -590,7 +590,7 @@ static struct stv0299_config cinergy_1200s_config = { ...@@ -590,7 +590,7 @@ static struct stv0299_config cinergy_1200s_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 0, .invert = 0,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_0, .lock_output = STV0299_LOCKOUTPUT_0,
.volt13_op0_op1 = STV0299_VOLT13_OP0, .volt13_op0_op1 = STV0299_VOLT13_OP0,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate, .set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
...@@ -602,7 +602,7 @@ static struct stv0299_config cinergy_1200s_1894_0010_config = { ...@@ -602,7 +602,7 @@ static struct stv0299_config cinergy_1200s_1894_0010_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 1, .invert = 1,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP0, .volt13_op0_op1 = STV0299_VOLT13_OP0,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate, .set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
...@@ -869,7 +869,7 @@ static struct stv0299_config philips_sd1878_config = { ...@@ -869,7 +869,7 @@ static struct stv0299_config philips_sd1878_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 0, .invert = 0,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP0, .volt13_op0_op1 = STV0299_VOLT13_OP0,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = philips_sd1878_ci_set_symbol_rate, .set_symbol_rate = philips_sd1878_ci_set_symbol_rate,
......
...@@ -728,7 +728,7 @@ static struct stv0299_config philips_su1278_tt_config = { ...@@ -728,7 +728,7 @@ static struct stv0299_config philips_su1278_tt_config = {
.mclk = 64000000UL, .mclk = 64000000UL,
.invert = 0, .invert = 0,
.skip_reinit = 1, .skip_reinit = 1,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP1, .volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 50, .min_delay_ms = 50,
.set_symbol_rate = philips_su1278_tt_set_symbol_rate, .set_symbol_rate = philips_su1278_tt_set_symbol_rate,
......
...@@ -1314,7 +1314,7 @@ static struct stv0299_config alps_stv0299_config = { ...@@ -1314,7 +1314,7 @@ static struct stv0299_config alps_stv0299_config = {
.mclk = 88000000UL, .mclk = 88000000UL,
.invert = 1, .invert = 1,
.skip_reinit = 0, .skip_reinit = 0,
.lock_output = STV0229_LOCKOUTPUT_1, .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP1, .volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100, .min_delay_ms = 100,
.set_symbol_rate = alps_stv0299_set_symbol_rate, .set_symbol_rate = alps_stv0299_set_symbol_rate,
......
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