|
@@ -577,7 +577,7 @@ static u8 typhoon_cinergy1200s_inittab[] = {
|
|
|
0xff, 0xff
|
|
|
};
|
|
|
|
|
|
-static struct stv0299_config typhoon_config = {
|
|
|
+static const struct stv0299_config typhoon_config = {
|
|
|
.demod_address = 0x68,
|
|
|
.inittab = typhoon_cinergy1200s_inittab,
|
|
|
.mclk = 88000000UL,
|
|
@@ -590,7 +590,7 @@ static struct stv0299_config typhoon_config = {
|
|
|
};
|
|
|
|
|
|
|
|
|
-static struct stv0299_config cinergy_1200s_config = {
|
|
|
+static const struct stv0299_config cinergy_1200s_config = {
|
|
|
.demod_address = 0x68,
|
|
|
.inittab = typhoon_cinergy1200s_inittab,
|
|
|
.mclk = 88000000UL,
|
|
@@ -602,7 +602,7 @@ static struct stv0299_config cinergy_1200s_config = {
|
|
|
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
|
|
|
};
|
|
|
|
|
|
-static struct stv0299_config cinergy_1200s_1894_0010_config = {
|
|
|
+static const struct stv0299_config cinergy_1200s_1894_0010_config = {
|
|
|
.demod_address = 0x68,
|
|
|
.inittab = typhoon_cinergy1200s_inittab,
|
|
|
.mclk = 88000000UL,
|
|
@@ -876,7 +876,7 @@ static int philips_sd1878_ci_set_symbol_rate(struct dvb_frontend *fe,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct stv0299_config philips_sd1878_config = {
|
|
|
+static const struct stv0299_config philips_sd1878_config = {
|
|
|
.demod_address = 0x68,
|
|
|
.inittab = philips_sd1878_inittab,
|
|
|
.mclk = 88000000UL,
|