|
@@ -5196,9 +5196,9 @@ static int cx25840_probe(struct i2c_client *client,
|
|
|
* However, at least for now, there's no much gain on modelling
|
|
|
* those extra inputs. So, let's add it only when needed.
|
|
|
*/
|
|
|
- state->pads[0].flags = MEDIA_PAD_FL_SINK; /* Tuner or input */
|
|
|
- state->pads[1].flags = MEDIA_PAD_FL_SOURCE; /* Video */
|
|
|
- state->pads[2].flags = MEDIA_PAD_FL_SOURCE; /* VBI */
|
|
|
+ state->pads[CX25840_PAD_INPUT].flags = MEDIA_PAD_FL_SINK;
|
|
|
+ state->pads[CX25840_PAD_VID_OUT].flags = MEDIA_PAD_FL_SOURCE;
|
|
|
+ state->pads[CX25840_PAD_VBI_OUT].flags = MEDIA_PAD_FL_SOURCE;
|
|
|
sd->entity.type = MEDIA_ENT_T_V4L2_SUBDEV_DECODER;
|
|
|
|
|
|
ret = media_entity_init(&sd->entity, ARRAY_SIZE(state->pads),
|