aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-av.c
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2006-11-01 11:09:51 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 06:05:35 -0500
commit00c4cc67512ada1d195b8bf3ef1db1d6b3951605 (patch)
tree6762d02be73a14e411bb79c715c4fd79b0f07470 /drivers/media/dvb/ttpci/budget-av.c
parent35e55255bbe1775c3cdb5d9cff494d72d5a49bf3 (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-av.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 8bdc90a70c22..9478d5957b9f 100644
--- a/drivers/media/dvb/ttpci/budget-av.c
+++ b/drivers/media/dvb/ttpci/budget-av.c
@@ -1290,7 +1290,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
1290 1290
1291static struct saa7146_extension budget_extension = { 1291static struct saa7146_extension budget_extension = {
1292 .name = "budget_av", 1292 .name = "budget_av",
1293 .flags = SAA7146_I2C_SHORT_DELAY, 1293 .flags = SAA7146_USE_I2C_IRQ,
1294 1294
1295 .pci_tbl = pci_tbl, 1295 .pci_tbl = pci_tbl,
1296 1296