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

Commit 459c3a51 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Gerrit Code Review
Browse files

Merge "Support 192kHz sample rate in AIDL remote submix" into main

parents 481d4c59 488ea4ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -324,9 +324,9 @@ std::unique_ptr<Configuration> getPrimaryConfiguration() {
//
//
// Mix ports:
// Mix ports:
//  * "r_submix output", maximum 10 opened streams, maximum 10 active streams
//  * "r_submix output", maximum 10 opened streams, maximum 10 active streams
//    - profile PCM 16-bit; STEREO; 8000, 11025, 16000, 32000, 44100, 48000
//    - profile PCM 16-bit; STEREO; 8000, 11025, 16000, 32000, 44100, 48000, 192000
//  * "r_submix input", maximum 10 opened streams, maximum 10 active streams
//  * "r_submix input", maximum 10 opened streams, maximum 10 active streams
//    - profile PCM 16-bit; STEREO; 8000, 11025, 16000, 32000, 44100, 48000
//    - profile PCM 16-bit; STEREO; 8000, 11025, 16000, 32000, 44100, 48000, 192000
//
//
// Routes:
// Routes:
//  "r_submix output" -> "Remote Submix Out"
//  "r_submix output" -> "Remote Submix Out"
@@ -337,7 +337,7 @@ std::unique_ptr<Configuration> getRSubmixConfiguration() {
        Configuration c;
        Configuration c;
        const std::vector<AudioProfile> remoteSubmixPcmAudioProfiles{
        const std::vector<AudioProfile> remoteSubmixPcmAudioProfiles{
                createProfile(PcmType::INT_16_BIT, {AudioChannelLayout::LAYOUT_STEREO},
                createProfile(PcmType::INT_16_BIT, {AudioChannelLayout::LAYOUT_STEREO},
                              {8000, 11025, 16000, 32000, 44100, 48000})};
                              {8000, 11025, 16000, 32000, 44100, 48000, 192000})};


        // Device ports
        // Device ports