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

Unified Diff: services/media/audio/audio_output_manager.h

Issue 1419593007: Add an ALSA output to the motown audio server. (Closed) Base URL: https://github.com/domokit/mojo.git@change5
Patch Set: fixing android build Created 5 years, 1 month 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 | « services/media/audio/BUILD.gn ('k') | services/media/audio/audio_output_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/audio/audio_output_manager.h
diff --git a/services/media/audio/audio_output_manager.h b/services/media/audio/audio_output_manager.h
index 2599ee57ef01b351ce0178e6ca8f074d8f2209d2..16693140a04199f34a19bd64e158e7b488848813 100644
--- a/services/media/audio/audio_output_manager.h
+++ b/services/media/audio/audio_output_manager.h
@@ -57,6 +57,8 @@ class AudioOutputManager {
void ShutdownOutput(AudioOutputPtr output);
private:
+ void CreateAlsaOutputs();
+
// TODO(johngro): A SequencedWorkerPool currently seems to be as close to what
// we want which we can currently get using the chrome/mojo framework. Things
// which are missing and will eventually need to be addressed include...
« no previous file with comments | « services/media/audio/BUILD.gn ('k') | services/media/audio/audio_output_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698