mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 23:33:01 -04:00
[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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user