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