aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-07-31 23:13:28 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:04:33 -0400
commita75d204860b5051ebd5635278c097bafb4ea53f9 (patch)
tree06fa722990b97a52a14f42e4b43892b0cdd7b401 /drivers/media
parentb97762ba18b57c7057b58ed4f7140a19d0166b01 (diff)
V4L/DVB (5977): cx8800: Add register debug functions to radio device too
Add the advanced debug functions to the radio videodev template. One could already use them from the video and vbi devices. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88-video.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index 41b5cb63fd2d..58ec76be436c 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1716,6 +1716,10 @@ static struct video_device cx8800_radio_template =
1716 .vidioc_s_ctrl = vidioc_s_ctrl, 1716 .vidioc_s_ctrl = vidioc_s_ctrl,
1717 .vidioc_g_frequency = vidioc_g_frequency, 1717 .vidioc_g_frequency = vidioc_g_frequency,
1718 .vidioc_s_frequency = vidioc_s_frequency, 1718 .vidioc_s_frequency = vidioc_s_frequency,
1719#ifdef CONFIG_VIDEO_ADV_DEBUG
1720 .vidioc_g_register = vidioc_g_register,
1721 .vidioc_s_register = vidioc_s_register,
1722#endif
1719}; 1723};
1720 1724
1721/* ----------------------------------------------------------- */ 1725/* ----------------------------------------------------------- */