aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index f667bf377a7b..bfd670fa16b2 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -259,8 +259,8 @@ typedef enum dtv_cmd_types {
259 DTV_SET_BANDWIDTH, 259 DTV_SET_BANDWIDTH,
260 DTV_SET_INVERSION, 260 DTV_SET_INVERSION,
261 DTV_SET_DISEQC_MASTER, 261 DTV_SET_DISEQC_MASTER,
262 DTV_SET_SYMBOLRATE, 262 DTV_SET_SYMBOL_RATE,
263 DTV_SET_INNERFEC, 263 DTV_SET_INNER_FEC,
264 DTV_SET_VOLTAGE, 264 DTV_SET_VOLTAGE,
265 DTV_SET_TONE, 265 DTV_SET_TONE,
266 DTV_SET_PILOT, 266 DTV_SET_PILOT,
@@ -271,8 +271,8 @@ typedef enum dtv_cmd_types {
271 DTV_GET_BANDWIDTH, 271 DTV_GET_BANDWIDTH,
272 DTV_GET_INVERSION, 272 DTV_GET_INVERSION,
273 DTV_GET_DISEQC_SLAVE_REPLY, 273 DTV_GET_DISEQC_SLAVE_REPLY,
274 DTV_GET_SYMBOLRATE, 274 DTV_GET_SYMBOL_RATE,
275 DTV_GET_INNERFEC, 275 DTV_GET_INNER_FEC,
276 DTV_GET_VOLTAGE, 276 DTV_GET_VOLTAGE,
277 DTV_GET_TONE, 277 DTV_GET_TONE,
278 DTV_GET_PILOT, 278 DTV_GET_PILOT,