diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-11 09:34:19 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-11 09:34:19 -0400 |
commit | ce1c579ddcf7b3f27370a985b9563af2e4907a9b (patch) | |
tree | cccd7424203f94a0585f606b3dbff1b865ae4f4e /linux/include | |
parent | 991e6d40e8d9894e3dba60323fad2c7b79948788 (diff) | |
download | mediapointer-dvb-s2-ce1c579ddcf7b3f27370a985b9563af2e4907a9b.tar.gz mediapointer-dvb-s2-ce1c579ddcf7b3f27370a985b9563af2e4907a9b.tar.bz2 |
S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FEC
From: Steven Toth <stoth@linuxtv.org>
This is now consistent with the existing API.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index f667bf377..bfd670fa1 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -259,8 +259,8 @@ typedef enum dtv_cmd_types { DTV_SET_BANDWIDTH, DTV_SET_INVERSION, DTV_SET_DISEQC_MASTER, - DTV_SET_SYMBOLRATE, - DTV_SET_INNERFEC, + DTV_SET_SYMBOL_RATE, + DTV_SET_INNER_FEC, DTV_SET_VOLTAGE, DTV_SET_TONE, DTV_SET_PILOT, @@ -271,8 +271,8 @@ typedef enum dtv_cmd_types { DTV_GET_BANDWIDTH, DTV_GET_INVERSION, DTV_GET_DISEQC_SLAVE_REPLY, - DTV_GET_SYMBOLRATE, - DTV_GET_INNERFEC, + DTV_GET_SYMBOL_RATE, + DTV_GET_INNER_FEC, DTV_GET_VOLTAGE, DTV_GET_TONE, DTV_GET_PILOT, |