Skip to content

Commit

Permalink
V4L/DVB (6219): V4L: Int if: Remove [gs]_ext_clk
Browse files Browse the repository at this point in the history
Remove support for g_ext_clk and s_ext_clk. The same functionality is
now handled by g_ifparm.

Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 61c310d commit 768f4bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/media/v4l2-int-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ enum v4l2_int_ioctl_num {
vidioc_int_s_power_num,
/* Get slave interface parameters. */
vidioc_int_g_ifparm_num,
/* Get external clock speed for current slave settings. */
vidioc_int_g_ext_clk_num,
/*
* Tell what the generated interface clock speed actually is.
*/
vidioc_int_s_ext_clk_num,
/* Does the slave need to be reset after VIDIOC_DQBUF? */
vidioc_int_g_needs_reset_num,

Expand Down Expand Up @@ -275,8 +269,6 @@ V4L2_INT_WRAPPER_0(dev_init);
V4L2_INT_WRAPPER_0(dev_exit);
V4L2_INT_WRAPPER_1(s_power, int, );
V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *);
V4L2_INT_WRAPPER_1(s_ext_clk, u32, );
V4L2_INT_WRAPPER_1(g_ext_clk, u32, *);
V4L2_INT_WRAPPER_1(g_needs_reset, void, *);

V4L2_INT_WRAPPER_0(reset);
Expand Down

0 comments on commit 768f4bd

Please sign in to comment.