V4L/DVB (8997): S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FEC

This is now consistent with the existing API.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Steven Toth
2008-09-11 10:34:19 -03:00
committed by Mauro Carvalho Chehab
parent e7fee0f3aa
commit 177b868d93
2 changed files with 20 additions and 20 deletions

View File

@ -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,