4 enum tveeprom_audio_processor
{
5 /* No audio processor present */
7 /* The audio processor is internal to the video processor */
8 TVEEPROM_AUDPROC_INTERNAL
,
9 /* The audio processor is a MSPXXXX device */
11 /* The audio processor is another device */
12 TVEEPROM_AUDPROC_OTHER
,
15 #include <linux/if_ether.h>
19 /* If has_ir == 0, then it is unknown what the IR capabilities are,
21 bit 0: 1 (= IR capabilities are known)
22 bit 1: IR receiver present
23 bit 2: IR transmitter (blaster) present */
25 u32 has_MAC_address
; /* 0: no MAC, 1: MAC present, 2: unknown */
29 u32 tuner_hauppauge_model
;
33 u32 tuner2_hauppauge_model
;
36 u32 digitizer_formats
;
39 u32 decoder_processor
;
45 u8 MAC_address
[ETH_ALEN
];
48 void tveeprom_hauppauge_analog(struct i2c_client
*c
, struct tveeprom
*tvee
,
49 unsigned char *eeprom_data
);
51 int tveeprom_read(struct i2c_client
*c
, unsigned char *eedata
, int len
);