Specifies the type of audio processor used on a Hauppauge device.
Constants
Contains the fields parsed from Hauppauge eeproms
Definition
struct tveeprom {
u32 has_radio;
u32 has_ir;
u32 has_MAC_address;
u32 tuner_type;
u32 tuner_formats;
u32 tuner_hauppauge_model;
u32 tuner2_type;
u32 tuner2_formats;
u32 tuner2_hauppauge_model;
u32 audio_processor;
u32 decoder_processor;
u32 model;
u32 revision;
u32 serial_number;
char rev_str[5];
u8 MAC_address[ETH_ALEN];
};
Members
Fill struct tveeprom using the contents of the eeprom previously filled at eeprom_data field.
Parameters
Reads the contents of the eeprom found at the Hauppauge devices.
Parameters