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

Commit c33bb745 authored by Yifan Hong's avatar Yifan Hong
Browse files

Update overflowed values for audio.common@2.0::types.

Test: not tested. Manually inspect the generated file.

Bug: 32741002
Change-Id: Id6d3681ecb30298c3a0198d852ad3f56f83071c1
parent be903738
Loading
Loading
Loading
Loading
+20 −9
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ attribute: {
        }
        enumerator: "CNT"
        scalar_value: {
            int32_t: 10
        }
        enumerator: "MAX"
        scalar_value: {
@@ -688,39 +689,39 @@ attribute: {
        }
        enumerator: "INDEX_HDR"
        scalar_value: {
            uint32_t: -2147483648
            uint32_t: 2147483648
        }
        enumerator: "INDEX_MASK_1"
        scalar_value: {
            uint32_t: -2147483647
            uint32_t: 2147483649
        }
        enumerator: "INDEX_MASK_2"
        scalar_value: {
            uint32_t: -2147483645
            uint32_t: 2147483651
        }
        enumerator: "INDEX_MASK_3"
        scalar_value: {
            uint32_t: -2147483641
            uint32_t: 2147483655
        }
        enumerator: "INDEX_MASK_4"
        scalar_value: {
            uint32_t: -2147483633
            uint32_t: 2147483663
        }
        enumerator: "INDEX_MASK_5"
        scalar_value: {
            uint32_t: -2147483617
            uint32_t: 2147483679
        }
        enumerator: "INDEX_MASK_6"
        scalar_value: {
            uint32_t: -2147483585
            uint32_t: 2147483711
        }
        enumerator: "INDEX_MASK_7"
        scalar_value: {
            uint32_t: -2147483521
            uint32_t: 2147483775
        }
        enumerator: "INDEX_MASK_8"
        scalar_value: {
            uint32_t: -2147483393
            uint32_t: 2147483903
        }
    }
}
@@ -774,6 +775,7 @@ attribute: {
        }
        enumerator: "CNT"
        scalar_value: {
            int32_t: 4
        }
        enumerator: "MAX"
        scalar_value: {
@@ -1304,12 +1306,15 @@ attribute: {

        enumerator: "NONE"
        scalar_value: {
            int32_t: 0
        }
        enumerator: "SOURCE"
        scalar_value: {
            int32_t: 1
        }
        enumerator: "SINK"
        scalar_value: {
            int32_t: 2
        }
    }
}
@@ -1322,15 +1327,19 @@ attribute: {

        enumerator: "NONE"
        scalar_value: {
            int32_t: 0
        }
        enumerator: "DEVICE"
        scalar_value: {
            int32_t: 1
        }
        enumerator: "MIX"
        scalar_value: {
            int32_t: 2
        }
        enumerator: "SESSION"
        scalar_value: {
            int32_t: 3
        }
    }
}
@@ -1522,9 +1531,11 @@ attribute: {

        enumerator: "LOW"
        scalar_value: {
            int32_t: 0
        }
        enumerator: "NORMAL"
        scalar_value: {
            int32_t: 1
        }
    }
}