mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
[media] tveeprom: remove v4l2-chip-ident.h include
Replace the V4L2_IDENT_* usage with tveeprom-specific defines. This header is deprecated, so those defines shouldn't be used anymore. The em28xx driver is the only one that uses the tveeprom audio_processor field, so that has been updated to use the new tveeprom AUDPROC define. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7486af1ae3
commit
3300101001
@@ -1,6 +1,17 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
enum tveeprom_audio_processor {
|
||||
/* No audio processor present */
|
||||
TVEEPROM_AUDPROC_NONE,
|
||||
/* The audio processor is internal to the video processor */
|
||||
TVEEPROM_AUDPROC_INTERNAL,
|
||||
/* The audio processor is a MSPXXXX device */
|
||||
TVEEPROM_AUDPROC_MSP,
|
||||
/* The audio processor is another device */
|
||||
TVEEPROM_AUDPROC_OTHER,
|
||||
};
|
||||
|
||||
struct tveeprom {
|
||||
u32 has_radio;
|
||||
/* If has_ir == 0, then it is unknown what the IR capabilities are,
|
||||
|
||||
Reference in New Issue
Block a user