Skip to content

Commit

Permalink
V4L/DVB (4916): Av7110,budget,budget-ci,budget-av: Use interrupt mode…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 35e5525 commit 00c4cc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/av7110.c
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension av7110_extension = {
.name = "dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = &pci_tbl[0],
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget_av",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.pci_tbl = pci_tbl,

Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget_ci dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = &pci_tbl[0],
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = pci_tbl,
Expand Down

0 comments on commit 00c4cc6

Please sign in to comment.