]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/media/tveeprom.h
[PATCH] v4l: TVaudio cleanup and better debug messages
[mirror_ubuntu-bionic-kernel.git] / include / media / tveeprom.h
CommitLineData
ac19ecc6 1/*
ac19ecc6
MCC
2 */
3
1da177e4
LT
4struct tveeprom {
5 u32 has_radio;
6
7 u32 tuner_type;
8 u32 tuner_formats;
9
10 u32 digitizer;
11 u32 digitizer_formats;
12
13 u32 audio_processor;
14 /* a_p_fmts? */
15
16 u32 model;
17 u32 revision;
18 u32 serial_number;
19 char rev_str[5];
20};
21
22void tveeprom_hauppauge_analog(struct tveeprom *tvee,
23 unsigned char *eeprom_data);
24
25int tveeprom_read(struct i2c_client *c, unsigned char *eedata, int len);