linuxtv: cosmetics
This commit is contained in:
parent
559091c060
commit
14753a36d1
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ const idclass_t linuxdvb_mux_dvbc_class =
|
|||
{
|
||||
.type = PT_U32,
|
||||
.id = "symbolrate",
|
||||
.name = "Symbol Rate (S/s)",
|
||||
.name = "Symbol Rate (Sym/s)",
|
||||
.opts = PO_WRONCE,
|
||||
.off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qam.symbol_rate),
|
||||
},
|
||||
|
@ -336,7 +336,7 @@ const idclass_t linuxdvb_mux_dvbs_class =
|
|||
{
|
||||
.type = PT_U32,
|
||||
.id = "symbolrate",
|
||||
.name = "Symbol Rate (S/s)",
|
||||
.name = "Symbol Rate (Sym/s)",
|
||||
.opts = PO_WRONCE,
|
||||
.off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qpsk.symbol_rate),
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue