mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
Change assignment of devices when using kernel dvb-core.
Modulators are now osdX.
This commit is contained in:
parent
dc384c70af
commit
fe63f1d0b8
@ -21,9 +21,9 @@
|
||||
|
||||
#ifdef KERNEL_DVB_CORE
|
||||
#define DVB_DEVICE_CI 0
|
||||
#define DVB_DEVICE_MOD 6
|
||||
#define DVB_DEVICE_NS 7
|
||||
#define DVB_DEVICE_NSD 8
|
||||
#define DVB_DEVICE_NS 6
|
||||
#define DVB_DEVICE_NSD 7
|
||||
#define DVB_DEVICE_MOD 8
|
||||
|
||||
#define APSK_128 21
|
||||
#define APSK_256 22
|
||||
|
Loading…
x
Reference in New Issue
Block a user