diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-05 09:49:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-18 11:50:17 -0500 |
commit | 39654531be4cd6f358ada4d54ea9ae01d3adff08 (patch) | |
tree | 4a5b9e9ab85d7b837eff29e6baaabdf9451fd512 | |
parent | 4839c58f034ae41e2dfdd097240a69622cab4c73 (diff) |
media: i2c-addr.h: get rid of now unused defines
Some of the previously used I2C addresses there aren't used
anymore. So, get rid of them.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | include/media/i2c-addr.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/media/i2c-addr.h b/include/media/i2c-addr.h index 1b6872f5e970..ce4298ca8f99 100644 --- a/include/media/i2c-addr.h +++ b/include/media/i2c-addr.h | |||
@@ -11,21 +11,14 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* bttv address list */ | 13 | /* bttv address list */ |
14 | #define I2C_ADDR_TSA5522 0xc2 | ||
15 | #define I2C_ADDR_TDA7432 0x8a | 14 | #define I2C_ADDR_TDA7432 0x8a |
16 | #define I2C_ADDR_TDA8425 0x82 | 15 | #define I2C_ADDR_TDA8425 0x82 |
17 | #define I2C_ADDR_TDA9840 0x84 | 16 | #define I2C_ADDR_TDA9840 0x84 |
18 | #define I2C_ADDR_TDA9850 0xb6 /* also used by 9855,9873 */ | ||
19 | #define I2C_ADDR_TDA9874 0xb0 /* also used by 9875 */ | 17 | #define I2C_ADDR_TDA9874 0xb0 /* also used by 9875 */ |
20 | #define I2C_ADDR_TDA9875 0xb0 | 18 | #define I2C_ADDR_TDA9875 0xb0 |
21 | #define I2C_ADDR_HAUPEE 0xa0 | ||
22 | #define I2C_ADDR_STBEE 0xae | ||
23 | #define I2C_ADDR_VHX 0xc0 | ||
24 | #define I2C_ADDR_MSP3400 0x80 | 19 | #define I2C_ADDR_MSP3400 0x80 |
25 | #define I2C_ADDR_MSP3400_ALT 0x88 | 20 | #define I2C_ADDR_MSP3400_ALT 0x88 |
26 | #define I2C_ADDR_TEA6300 0x80 /* also used by 6320 */ | 21 | #define I2C_ADDR_TEA6300 0x80 /* also used by 6320 */ |
27 | #define I2C_ADDR_DPL3518 0x84 | ||
28 | #define I2C_ADDR_TDA9887 0x86 | ||
29 | 22 | ||
30 | /* | 23 | /* |
31 | * i2c bus addresses for the chips supported by tvaudio.c | 24 | * i2c bus addresses for the chips supported by tvaudio.c |