Lines Matching +full:composite +full:- +full:in
1 // SPDX-License-Identifier: GPL-2.0-only
11 cx2584x, in kernels 2.6.16 or newer.
15 #include "pvrusb2-cx2584x-v4l.h"
18 #include "pvrusb2-hdw-internal.h"
19 #include "pvrusb2-debug.h"
20 #include <media/drv-intf/cx25840.h>
22 #include <media/v4l2-common.h>
41 [PVR2_CVAL_INPUT_RADIO] = { /* Treat the same as composite */
67 /* line-in is used for radio and composite. A GPIO is
138 if (hdw->input_dirty || hdw->force_dirty) { in pvr2_cx25840_subdev_update()
142 unsigned int sid = hdw->hdw_desc->signal_routing_scheme; in pvr2_cx25840_subdev_update()
147 (hdw->input_val < 0) || in pvr2_cx25840_subdev_update()
148 (hdw->input_val >= sp->cnt)) { in pvr2_cx25840_subdev_update()
151 sid, hdw->input_val); in pvr2_cx25840_subdev_update()
154 vid_input = sp->def[hdw->input_val].vid; in pvr2_cx25840_subdev_update()
155 aud_input = sp->def[hdw->input_val].aud; in pvr2_cx25840_subdev_update()
159 sd->ops->video->s_routing(sd, (u32)vid_input, 0, 0); in pvr2_cx25840_subdev_update()
160 sd->ops->audio->s_routing(sd, (u32)aud_input, 0, 0); in pvr2_cx25840_subdev_update()