diff options
author | Steven Toth <stoth@kernellabs.com> | 2011-10-10 10:09:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-14 16:13:01 -0400 |
commit | d9368da71804053a6f84d170c63c6cb86c8318b2 (patch) | |
tree | b02ae09e91b7b90e47d6621afd45454b9cedfe74 /drivers/media/video/cx23885/cx23885-i2c.c | |
parent | 1ca3553aa4db1d6795196a8602d33af0178eac06 (diff) |
[media] cx23885: Name an internal i2c part and declare a bitfield by name
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index 307ff543c254..0ff7a9e98f3e 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c | |||
@@ -287,6 +287,7 @@ static char *i2c_devs[128] = { | |||
287 | [0x32 >> 1] = "cx24227", | 287 | [0x32 >> 1] = "cx24227", |
288 | [0x88 >> 1] = "cx25837", | 288 | [0x88 >> 1] = "cx25837", |
289 | [0x84 >> 1] = "tda8295", | 289 | [0x84 >> 1] = "tda8295", |
290 | [0x98 >> 1] = "flatiron", | ||
290 | [0xa0 >> 1] = "eeprom", | 291 | [0xa0 >> 1] = "eeprom", |
291 | [0xc0 >> 1] = "tuner/mt2131/tda8275", | 292 | [0xc0 >> 1] = "tuner/mt2131/tda8275", |
292 | [0xc2 >> 1] = "tuner/mt2131/tda8275/xc5000/xc3028", | 293 | [0xc2 >> 1] = "tuner/mt2131/tda8275/xc5000/xc3028", |