Commit 5540a916 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] c99 initialisers for bttv

parent f53d5404
...@@ -1211,7 +1211,7 @@ struct tvcard bttv_tvcards[] = { ...@@ -1211,7 +1211,7 @@ struct tvcard bttv_tvcards[] = {
.tuner_type = -1, .tuner_type = -1,
.pll = PLL_28, .pll = PLL_28,
.muxsel = { 2 }, .muxsel = { 2 },
gpiomask: 0 .gpiomask = 0
},{ },{
/* Tomasz Pyra <hellfire@sedez.iq.pl> */ /* Tomasz Pyra <hellfire@sedez.iq.pl> */
.name = "Prolink Pixelview PV-BT878P+ (Rev.4C,8E)", .name = "Prolink Pixelview PV-BT878P+ (Rev.4C,8E)",
...@@ -1298,7 +1298,7 @@ struct tvcard bttv_tvcards[] = { ...@@ -1298,7 +1298,7 @@ struct tvcard bttv_tvcards[] = {
},{ },{
.name = "Powercolor MTV878/ MTV878R/ MTV878F", .name = "Powercolor MTV878/ MTV878R/ MTV878F",
.video_inputs = 3, .video_inputs = 3,
audio_inputs: 2, .audio_inputs = 2,
.tuner = 0, .tuner = 0,
.svhs = 2, .svhs = 2,
.gpiomask = 0x1C800F, // Bit0-2: Audio select, 8-12:remote control 14:remote valid 15:remote reset .gpiomask = 0x1C800F, // Bit0-2: Audio select, 8-12:remote control 14:remote valid 15:remote reset
...@@ -1338,7 +1338,7 @@ struct tvcard bttv_tvcards[] = { ...@@ -1338,7 +1338,7 @@ struct tvcard bttv_tvcards[] = {
},{ },{
.name = "Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF", .name = "Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF",
.video_inputs = 4, .video_inputs = 4,
audio_inputs: 3, .audio_inputs = 3,
.tuner = 0, .tuner = 0,
.svhs = 2, .svhs = 2,
.gpiomask = 7, .gpiomask = 7,
......
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