diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-29 02:00:43 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 17:02:25 +0300 |
commit | 58e11cc3c1f7d7e9fa70ba6c3d363456151fcffd (patch) | |
tree | b2cbf52bc11aa877cc0d64595e41ceb934dcc71a /include | |
parent | 01f18d9633e9d6db323534ef2863b0f87393ade2 (diff) | |
download | linux-58e11cc3c1f7d7e9fa70ba6c3d363456151fcffd.tar.xz |
[media] DocBook: improve documentation for DVB spectral inversion
Format it as a table and provide more details.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/dvb/frontend.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index d4b1718046ae..223905563676 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h @@ -154,12 +154,13 @@ enum fe_status { typedef enum fe_status fe_status_t; -typedef enum fe_spectral_inversion { +enum fe_spectral_inversion { INVERSION_OFF, INVERSION_ON, INVERSION_AUTO -} fe_spectral_inversion_t; +}; +typedef enum fe_spectral_inversion fe_spectral_inversion_t; typedef enum fe_code_rate { FEC_NONE = 0, |