linuxdvb: fix some mistakes in switch properties
This commit is contained in:
parent
2825bdf9a4
commit
53a711e1b1
1 changed files with 5 additions and 2 deletions
|
@ -73,18 +73,21 @@ const idclass_t linuxdvb_switch_class =
|
|||
.ic_properties = (const property_t[]) {
|
||||
{
|
||||
.type = PT_INT,
|
||||
.id = "Committed",
|
||||
.id = "committed",
|
||||
.name = "Committed",
|
||||
.off = offsetof(linuxdvb_switch_t, ls_committed),
|
||||
.list = linuxdvb_switch_class_committed_list
|
||||
},
|
||||
{
|
||||
.type = PT_INT,
|
||||
.id = "Uncommitted",
|
||||
.id = "uncommitted",
|
||||
.name = "Uncommitted",
|
||||
.off = offsetof(linuxdvb_switch_t, ls_uncomitted),
|
||||
},
|
||||
{
|
||||
.type = PT_INT,
|
||||
.id = "Tone Burst",
|
||||
.name = "toneburst",
|
||||
.off = offsetof(linuxdvb_switch_t, ls_toneburst),
|
||||
.list = linuxdvb_switch_class_toneburst_list
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue