Skip to content

Commit

Permalink
V4L/DVB: IR TX: incoming IR buffer now an int pointer
Browse files Browse the repository at this point in the history
incoming IR buffer now an int pointer, and not fed from userspace

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent ca41469 commit 30eb1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/ir-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct ir_dev_props {
void (*close)(void *priv);
int (*s_tx_mask)(void *priv, u32 mask);
int (*s_tx_carrier)(void *priv, u32 carrier);
int (*tx_ir)(void *priv, const char *buf, u32 n);
int (*tx_ir)(void *priv, int *txbuf, u32 n);
};

struct ir_input_dev {
Expand Down

0 comments on commit 30eb1be

Please sign in to comment.