Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a75d2048 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab
Browse files

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: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b97762ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1716,6 +1716,10 @@ static struct video_device cx8800_radio_template =
	.vidioc_s_ctrl        = vidioc_s_ctrl,
	.vidioc_g_frequency   = vidioc_g_frequency,
	.vidioc_s_frequency   = vidioc_s_frequency,
#ifdef CONFIG_VIDEO_ADV_DEBUG
	.vidioc_g_register    = vidioc_g_register,
	.vidioc_s_register    = vidioc_s_register,
#endif
};

/* ----------------------------------------------------------- */