Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf583ac4 authored by Michael Krufky's avatar Michael Krufky Committed by Linus Torvalds
Browse files

[PATCH] v4l: 711: changed pll 1 to pll pll 28



- Changed { .pll = 1, } to { .pll = PLL_28, }

Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f718e6e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,3 +138,4 @@
137 -> Conceptronic CTVFMi v2
138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
139 -> Prolink PixelView PlayTV MPEG2 PV-M4900
140 -> Osprey 440                                          [0070:ff07]
+1 −0
Original line number Diff line number Diff line
@@ -31,3 +31,4 @@
 30 -> TerraTec Cinergy 1400 DVB-T                         [153b:1166]
 31 -> DViCO FusionHDTV 5 Gold                             [18ac:d500]
 32 -> AverMedia UltraTV Media Center PCI 550              [1461:8011]
 33 -> Kworld V-Stream Xpert DVD
+2 −2
Original line number Diff line number Diff line
@@ -1982,7 +1982,7 @@ struct tvcard bttv_tvcards[] = {
		.tuner_type     = 5,
		.tuner_addr	= ADDR_UNSET,
		.radio_addr     = ADDR_UNSET,
		.pll            = 1,
		.pll            = PLL_28,
	},
	[BTTV_BOARD_EURESYS_PICOLO] = {
		.name           = "Euresys Picolo",
+140 −140

File changed.

Contains only whitespace changes.