mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
add M8E defines
This commit is contained in:
parent
a79f57a675
commit
849d9ec10f
@ -558,6 +558,7 @@ int ddb_fe_attach_mci(struct ddb_input *input, u32 type)
|
||||
dvb->input = 0;
|
||||
break;
|
||||
case DDB_TUNER_MCI_M8A:
|
||||
case DDB_TUNER_MCI_M8E:
|
||||
fm = 3;
|
||||
dvb->fe = ddb_mx_attach(input, demod, tuner, 3);
|
||||
dvb->input = 0;
|
||||
|
@ -325,6 +325,7 @@ struct ddb_port {
|
||||
#define DDB_TUNER_MCI_M8 (DDB_TUNER_MCI + 2)
|
||||
#define DDB_TUNER_MCI_M8A (DDB_TUNER_MCI + 3)
|
||||
#define DDB_TUNER_MCI_M2 (DDB_TUNER_MCI + 4)
|
||||
#define DDB_TUNER_MCI_M8E (DDB_TUNER_MCI + 5)
|
||||
|
||||
struct ddb_input *input[2];
|
||||
struct ddb_output *output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user