[PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner models
Add workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99 and 112 (model numbers as reported by tveeprom). The audio standard autodetection does not always work correctly for these models. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> 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:

committed by
Linus Torvalds

parent
0fe22865dd
commit
f95006f895
@@ -8,9 +8,11 @@ struct tveeprom {
|
||||
|
||||
u32 tuner_type;
|
||||
u32 tuner_formats;
|
||||
u32 tuner_hauppauge_model;
|
||||
|
||||
u32 tuner2_type;
|
||||
u32 tuner2_formats;
|
||||
u32 tuner2_hauppauge_model;
|
||||
|
||||
u32 digitizer;
|
||||
u32 digitizer_formats;
|
||||
|
Reference in New Issue
Block a user