|
@@ -33,7 +33,7 @@ static struct tvp514x_platform_data tvp5146_pdata = {
|
|
|
|
|
|
#define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
|
|
#define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
|
|
|
|
|
|
-static const struct vpif_input da850_ch0_inputs[] = {
|
|
|
|
|
|
+static struct vpif_input da850_ch0_inputs[] = {
|
|
{
|
|
{
|
|
.input = {
|
|
.input = {
|
|
.index = 0,
|
|
.index = 0,
|
|
@@ -48,7 +48,7 @@ static const struct vpif_input da850_ch0_inputs[] = {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|
|
-static const struct vpif_input da850_ch1_inputs[] = {
|
|
|
|
|
|
+static struct vpif_input da850_ch1_inputs[] = {
|
|
{
|
|
{
|
|
.input = {
|
|
.input = {
|
|
.index = 0,
|
|
.index = 0,
|