Skip to content

Commit

Permalink
features: Remove CrOSLateBootAudioSuppressSetRTCAudioActive
Browse files Browse the repository at this point in the history
BUG=b:330210946
TEST=bazel test //...

Change-Id: I6cb7a71949df23ba60a8da598ddd36a9526e1c25
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5956088
Auto-Submit: Li-Yu Yu <[email protected]>
Reviewed-by: Yu-Hsuan Hsu <[email protected]>
Commit-Queue: Yu-Hsuan Hsu <[email protected]>
Tested-by: [email protected] <[email protected]>
  • Loading branch information
afq984 authored and Chromeos LUCI committed Oct 23, 2024
1 parent 0c480dc commit 418fc95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion cras/server/platform/features/features.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ DEFINE_FEATURE(CrOSLateBootAudioAPNoiseCancellation, false)
DEFINE_FEATURE(CrOSLateBootAudioStyleTransfer, true)
DEFINE_FEATURE(CrOSLateBootAudioA2DPAdvancedCodecs, false)
DEFINE_FEATURE(CrOSLateBootAudioEmptyAPMForCrasProcessor, true)
DEFINE_FEATURE(CrOSLateBootAudioSuppressSetRTCAudioActive, false)
DEFINE_FEATURE(CrOSLateBootAudioOffloadCrasDSPToSOF, false)
DEFINE_FEATURE(CrOSLateBootCrasProcessorDedicatedThread, true)
DEFINE_FEATURE(CrOSLateBootCrasProcessorWavDump, false)
Expand Down
4 changes: 0 additions & 4 deletions cras/src/server/cras_dbus_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ void cras_dbus_notify_rtc_active(bool active) {
DBusMessage* msg;
int active_val = !!active;

if (cras_feature_enabled(CrOSLateBootAudioSuppressSetRTCAudioActive)) {
return;
}

if (!dbus_control.conn) {
syslog(LOG_WARNING, "%s: cras dbus connection not ready yet.", __func__);
return;
Expand Down

0 comments on commit 418fc95

Please sign in to comment.