Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119029
b: refs/heads/master
c: c6241b6
h: refs/heads/master
i:
  119027: ae7b2b7
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 14, 2008
1 parent e75b9d4 commit 3ce0561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41f5230f3fc6296d0d88ab9f4c3c07fcbbe53e59
refs/heads/master: c6241b6c64dbe759e0eccaee913bdcf4d7960367
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <media/tvaudio.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-i2c-drv-legacy.h>

Expand Down Expand Up @@ -1732,7 +1733,10 @@ static int chip_command(struct i2c_client *client,
struct CHIPSTATE *chip = i2c_get_clientdata(client);
struct CHIPDESC *desc = chip->desc;

v4l_dbg(1, debug, chip->c, "%s: chip_command 0x%x\n", chip->c->name, cmd);
if (debug > 0) {
v4l_i2c_print_ioctl(chip->c, cmd);
printk("\n");
}

switch (cmd) {
case AUDC_SET_RADIO:
Expand Down

0 comments on commit 3ce0561

Please sign in to comment.