V4L/DVB (10727): adv7170: convert to v4l2_subdev.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil
2009-02-19 14:47:22 -03:00
committed by Mauro Carvalho Chehab
parent 7e5eaadcbd
commit 7d9ef21c2f
2 changed files with 181 additions and 160 deletions

View File

@@ -118,6 +118,12 @@ enum {
V4L2_IDENT_SAA6752HS = 6752,
V4L2_IDENT_SAA6752HS_AC3 = 6753,
/* module adv7170: just ident 7170 */
V4L2_IDENT_ADV7170 = 7170,
/* module adv7175: just ident 7175 */
V4L2_IDENT_ADV7175 = 7175,
/* module saa7185: just ident 7185 */
V4L2_IDENT_SAA7185 = 7185,