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

Unified Diff: chromecast/media/cma/backend/alsa/cast_media_shlib.cc

Issue 2341783004: [chromecast] Slew stream volume changes in StreamMixerAlsa. (Closed)
Patch Set: [Chromecast] Make SetPostProcessorConfig() a method. Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/cast_media_shlib.cc
diff --git a/chromecast/media/cma/backend/alsa/cast_media_shlib.cc b/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
index 4a2d49c3cc49dc6c02e5b216f4a9ec15ebe05e0d..6e2bda62456104c51edd2f0bc31ab0da4743c8ac 100644
--- a/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
+++ b/chromecast/media/cma/backend/alsa/cast_media_shlib.cc
@@ -198,8 +198,9 @@ void CastMediaShlib::RemoveLoopbackAudioObserver(
LoopbackAudioObserver* observer) {
StreamMixerAlsa::Get()->RemoveLoopbackAudioObserver(observer);
}
-void SetPostProcessorConfig(const std::string& name,
- const std::string& config) {
+
+void CastMediaShlib::SetPostProcessorConfig(const std::string& name,
+ const std::string& config) {
StreamMixerAlsa::Get()->SetPostProcessorConfig(name, config);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698