On 07/31/2015 04:10 AM, Antti Palosaari wrote: > Add V4L2_TUNER_SDR and V4L2_TUNER_RF to supported tuner types to > table. > > Cc: Hans Verkuil <hverkuil@xxxxxxxxx> > Signed-off-by: Antti Palosaari <crope@xxxxxx> > --- > Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml > index b0d8659..10737a1 100644 > --- a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml > +++ b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml > @@ -261,6 +261,16 @@ applications must set the array to zero.</entry> > <entry>2</entry> > <entry></entry> > </row> > + <row> > + <entry><constant>V4L2_TUNER_SDR</constant></entry> > + <entry>4</entry> > + <entry></entry> > + </row> > + <row> > + <entry><constant>V4L2_TUNER_RF</constant></entry> > + <entry>5</entry> > + <entry></entry> > + </row> > </tbody> > </tgroup> > </table> > The description should also be filled in here. It was never filled in for the RADIO and ANALOG_TV since that was obvious, but for these two new types it should be set. For consistency just set the description of the RADIO type to "Radio" and for ANALOG_TV to "Analog TV". Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html