Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (4967): Add missing tuner module option pal=60 for PAL-60 support.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
e71ced1a 2485eb0a

+4
+4
drivers/media/video/tuner-core.c
··· 267 267 { 268 268 if ((t->std & V4L2_STD_PAL) == V4L2_STD_PAL) { 269 269 switch (pal[0]) { 270 + case '6': 271 + tuner_dbg ("insmod fixup: PAL => PAL-60\n"); 272 + t->std = V4L2_STD_PAL_60; 273 + break; 270 274 case 'b': 271 275 case 'B': 272 276 case 'g':