Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2771133002: [chromcast] Still need to call StreamMixerAlsa::SetVolume, even when ALSA doesn't own the volume. (Closed)
Patch Set: [chromcast] Still need to call StreamMixerAlsa::SetVolume, even when ALSA doesn't own the volume. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/volume_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/BUILD.gn
diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
index 2838a6d342b2fdc4b5add9df7e3095025252951d..3552bc4c6c491185cea0330e7ce5861569488eeb 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -110,14 +110,14 @@ source_set("slew_volume") {
]
}
-alsa_controls_volume = !enable_assistant
+alsa_owns_volume = !enable_assistant
buildflag_header("alsa_features") {
header = "alsa_features.h"
flags = [
"ALSA_MONOTONIC_RAW_TSTAMPS=$use_alsa_monotonic_raw_tstamps",
- "ALSA_CONTROLS_VOLUME=$alsa_controls_volume",
+ "ALSA_OWNS_VOLUME=$alsa_owns_volume",
]
}
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/volume_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698