[PATCH] v4l: 711: changed pll 1 to pll pll 28
- Changed { .pll = 1, } to { .pll = PLL_28, } Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
f718e6e7a2
commit
cf583ac40d
@ -138,3 +138,4 @@
|
|||||||
137 -> Conceptronic CTVFMi v2
|
137 -> Conceptronic CTVFMi v2
|
||||||
138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
|
138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
|
||||||
139 -> Prolink PixelView PlayTV MPEG2 PV-M4900
|
139 -> Prolink PixelView PlayTV MPEG2 PV-M4900
|
||||||
|
140 -> Osprey 440 [0070:ff07]
|
||||||
|
@ -31,3 +31,4 @@
|
|||||||
30 -> TerraTec Cinergy 1400 DVB-T [153b:1166]
|
30 -> TerraTec Cinergy 1400 DVB-T [153b:1166]
|
||||||
31 -> DViCO FusionHDTV 5 Gold [18ac:d500]
|
31 -> DViCO FusionHDTV 5 Gold [18ac:d500]
|
||||||
32 -> AverMedia UltraTV Media Center PCI 550 [1461:8011]
|
32 -> AverMedia UltraTV Media Center PCI 550 [1461:8011]
|
||||||
|
33 -> Kworld V-Stream Xpert DVD
|
||||||
|
@ -1982,7 +1982,7 @@ struct tvcard bttv_tvcards[] = {
|
|||||||
.tuner_type = 5,
|
.tuner_type = 5,
|
||||||
.tuner_addr = ADDR_UNSET,
|
.tuner_addr = ADDR_UNSET,
|
||||||
.radio_addr = ADDR_UNSET,
|
.radio_addr = ADDR_UNSET,
|
||||||
.pll = 1,
|
.pll = PLL_28,
|
||||||
},
|
},
|
||||||
[BTTV_BOARD_EURESYS_PICOLO] = {
|
[BTTV_BOARD_EURESYS_PICOLO] = {
|
||||||
.name = "Euresys Picolo",
|
.name = "Euresys Picolo",
|
||||||
|
Loading…
Reference in New Issue
Block a user