diff mbox

[PATCHv3,13/13] DocBook: add tuner types SDR and RF for G_TUNER / S_TUNER

Message ID 1438308650-2702-14-git-send-email-crope@iki.fi (mailing list archive)
State New, archived
Headers show

Commit Message

Antti Palosaari July 31, 2015, 2:10 a.m. UTC
Add V4L2_TUNER_SDR and V4L2_TUNER_RF to supported tuner types to
table.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
---
 Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Hans Verkuil Aug. 10, 2015, 9:43 a.m. UTC | #1
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@xs4all.nl>
> Signed-off-by: Antti Palosaari <crope@iki.fi>
> ---
>  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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>