From fdad9716c02d599a851d1ab4d0681c008cbe2512 Mon Sep 17 00:00:00 2001 From: "Priyanka Advani (xWF)" Date: Mon, 30 Sep 2024 18:44:06 +0000 Subject: [PATCH] Revert "Support 192kHz sample rate in AIDL remote submix" Revert submission 2835831-e-ac3-joc remote submix Reason for revert: Droidmonitor created revert due to b/370533763. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:2835831-e-ac3-joc+remote+submix Change-Id: I52e74ea0191f2820ba6c06b82040757d9e45097e --- audio/aidl/default/Configuration.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/aidl/default/Configuration.cpp b/audio/aidl/default/Configuration.cpp index 0ff8eb4e18..54e2d18122 100644 --- a/audio/aidl/default/Configuration.cpp +++ b/audio/aidl/default/Configuration.cpp @@ -324,9 +324,9 @@ std::unique_ptr 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" @@ -337,7 +337,7 @@ std::unique_ptr getRSubmixConfiguration() { Configuration c; const std::vector remoteSubmixPcmAudioProfiles{ createProfile(PcmType::INT_16_BIT, {AudioChannelLayout::LAYOUT_STEREO}, - {8000, 11025, 16000, 32000, 44100, 48000, 192000})}; + {8000, 11025, 16000, 32000, 44100, 48000})}; // Device ports