add M8E defines

This commit is contained in:
rjkm 2025-02-24 21:41:42 +01:00
parent a79f57a675
commit 849d9ec10f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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