diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-26 18:33:58 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 08:33:45 -0400 |
| commit | d6b6d346e5605ee2af0f0349e71901121b984258 (patch) | |
| tree | 2bf1e82431edc2002ca18c89f2a1e6cdbd85234c /include/uapi/linux/dvb | |
| parent | 50f88f3da09de7e5303b6a22d012d59063141239 (diff) | |
[media] DocBook: better document FE_SET_VOLTAGE ioctl
Use the proper format for FE_SET_VOLTAGE documentation and fix
the documentation. The description for the enum is not 100%,
and it is missing the voltage off value.
Also, it is better to keep the enum description together with
the ioctl, as both are used together.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/dvb')
| -rw-r--r-- | include/uapi/linux/dvb/frontend.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index ae481bc53a9c..c1ccbc82024c 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -105,11 +105,13 @@ struct dvb_diseqc_slave_reply { | |||
| 105 | }; /* errorcode when no message was received */ | 105 | }; /* errorcode when no message was received */ |
| 106 | 106 | ||
| 107 | 107 | ||
| 108 | typedef enum fe_sec_voltage { | 108 | enum fe_sec_voltage { |
| 109 | SEC_VOLTAGE_13, | 109 | SEC_VOLTAGE_13, |
| 110 | SEC_VOLTAGE_18, | 110 | SEC_VOLTAGE_18, |
| 111 | SEC_VOLTAGE_OFF | 111 | SEC_VOLTAGE_OFF |
| 112 | } fe_sec_voltage_t; | 112 | }; |
| 113 | |||
| 114 | typedef enum fe_sec_voltage fe_sec_voltage_t; | ||
| 113 | 115 | ||
| 114 | 116 | ||
| 115 | typedef enum fe_sec_tone_mode { | 117 | typedef enum fe_sec_tone_mode { |
