diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-23 04:09:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 11:54:40 -0400 |
commit | 38f9d308597fe3f8d52bfa30e7ed6c742b85a1db (patch) | |
tree | 7302a5c3d5a4447ec02561534ad8979d23a8a97a /include/media/v4l2-chip-ident.h | |
parent | d417f711b9180c4851cfdc19db030878918eac88 (diff) |
V4L/DVB (8477): v4l: remove obsolete audiochip.h
Converted the last users of audiochip.h to the v4l2-chip-ident.h header
and remove the now unused audiochip.h header.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 2a527742701a..41b509babf3f 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -90,7 +90,10 @@ enum { | |||
90 | /* module m52790: just ident 52790 */ | 90 | /* module m52790: just ident 52790 */ |
91 | V4L2_IDENT_M52790 = 52790, | 91 | V4L2_IDENT_M52790 = 52790, |
92 | 92 | ||
93 | /* module msp34xx: reserved range 34000-34999 */ | 93 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ |
94 | V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only | ||
95 | use internally (tveeprom.c). */ | ||
96 | |||
94 | V4L2_IDENT_MSP3400B = 34002, | 97 | V4L2_IDENT_MSP3400B = 34002, |
95 | V4L2_IDENT_MSP3410B = 34102, | 98 | V4L2_IDENT_MSP3410B = 34102, |
96 | 99 | ||
@@ -142,7 +145,7 @@ enum { | |||
142 | V4L2_IDENT_MSP3457G = 34577, | 145 | V4L2_IDENT_MSP3457G = 34577, |
143 | V4L2_IDENT_MSP3467G = 34677, | 146 | V4L2_IDENT_MSP3467G = 34677, |
144 | 147 | ||
145 | /* module msp44xx: reserved range 44000-44999 */ | 148 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ |
146 | V4L2_IDENT_MSP4400G = 44007, | 149 | V4L2_IDENT_MSP4400G = 44007, |
147 | V4L2_IDENT_MSP4410G = 44107, | 150 | V4L2_IDENT_MSP4410G = 44107, |
148 | V4L2_IDENT_MSP4420G = 44207, | 151 | V4L2_IDENT_MSP4420G = 44207, |