diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-11-01 11:09:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 06:05:35 -0500 |
commit | 00c4cc67512ada1d195b8bf3ef1db1d6b3951605 (patch) | |
tree | 6762d02be73a14e411bb79c715c4fd79b0f07470 /drivers/media/dvb/ttpci/budget-ci.c | |
parent | 35e55255bbe1775c3cdb5d9cff494d72d5a49bf3 (diff) |
V4L/DVB (4916): Av7110,budget,budget-ci,budget-av: Use interrupt mode for I2C transfers
Use interrupt mode for I2C transfers.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index f793a2741e2d..0a11b5514403 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -1222,7 +1222,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl); | |||
1222 | 1222 | ||
1223 | static struct saa7146_extension budget_extension = { | 1223 | static struct saa7146_extension budget_extension = { |
1224 | .name = "budget_ci dvb", | 1224 | .name = "budget_ci dvb", |
1225 | .flags = SAA7146_I2C_SHORT_DELAY, | 1225 | .flags = SAA7146_USE_I2C_IRQ, |
1226 | 1226 | ||
1227 | .module = THIS_MODULE, | 1227 | .module = THIS_MODULE, |
1228 | .pci_tbl = &pci_tbl[0], | 1228 | .pci_tbl = &pci_tbl[0], |