Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a76ec53 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add DRMO_MODULATION program identifier type.

Bug: b/63702941
Test: it builds
Change-Id: I3353b232c2e24f7e3c816d4089b2cbf40c4b79ae
parent 85a60bae
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -101,6 +101,16 @@ struct Properties {
    string vendorExension;
};

/**
 * Type of modulation.
 *
 * Used as a value for DRMO_MODULATION IdentifierType.
 */
enum Modulation : uint32_t {
    AM = 1,
    FM,
};

/**
 * Type of a radio technology.
 *
@@ -176,6 +186,7 @@ enum IdentifierType : uint32_t {
    DAB_FREQUENCY,    // kHz
    DRMO_SERVICE_ID,  // 24bit
    DRMO_FREQUENCY,   // kHz
    DRMO_MODULATION,  // Modulation enum
    SXM_SERVICE_ID,   // 32bit
    SXM_CHANNEL,      // 0-999 range