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

Commit f280ff7f authored by Ray Essick's avatar Ray Essick Committed by android-build-merger
Browse files

Merge "Allow codec2/g711 codec to handle 6 channels" into qt-qpr1-dev

am: 2cf0953b

Change-Id: I0af77bbc7d1ddb2c05837e2ce6d6c03930392ca9
parents ea3445f4 2cf0953b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public:

        addParameter(
                DefineParam(mChannelCount, C2_PARAMKEY_CHANNEL_COUNT)
                .withDefault(new C2StreamChannelCountInfo::output(0u, 1))
                .withDefault(new C2StreamChannelCountInfo::output(0u, 6))
                .withFields({C2F(mChannelCount, value).equalTo(1)})
                .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
                .build());