diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-27 07:15:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 09:35:51 -0300 |
commit | 6dc59e7a195fc8852e98d64805f44c46c35e40cd (patch) | |
tree | d309278f40277df34f730d955467f0d85e546049 /include/uapi/linux/dvb | |
parent | d6b6d346e5605ee2af0f0349e71901121b984258 (diff) | |
download | linux-6dc59e7a195fc8852e98d64805f44c46c35e40cd.tar.gz linux-6dc59e7a195fc8852e98d64805f44c46c35e40cd.tar.bz2 linux-6dc59e7a195fc8852e98d64805f44c46c35e40cd.zip |
[media] DocBook: better document FE_SET_TONE ioctl
Use the proper format for FE_SET_TONE documentation and
improve the documentation.
Keep the enum fe_sec_tone_mode 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 c1ccbc82024c..1a098819473f 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h @@ -114,10 +114,12 @@ enum fe_sec_voltage { typedef enum fe_sec_voltage fe_sec_voltage_t; -typedef enum fe_sec_tone_mode { +enum fe_sec_tone_mode { SEC_TONE_ON, SEC_TONE_OFF -} fe_sec_tone_mode_t; +}; + +typedef enum fe_sec_tone_mode fe_sec_tone_mode_t; typedef enum fe_sec_mini_cmd { |