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

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

Issue 2712883006: [Chromecast] Add new volume control API to CastMediaShlib (Closed)
Patch Set: rebase 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 | « chromecast/media/cma/backend/BUILD.gn ('k') | chromecast/media/cma/backend/audio_decoder_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc
diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc b/chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc
index e8a955828a300b5d3991512272e38e24500081ce..0430d330b69ef74c5e9805ed227392c2ff70f111 100644
--- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc
+++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc
@@ -269,7 +269,7 @@ StreamMixerAlsa::StreamMixerAlsa()
filter_groups_.push_back(base::MakeUnique<FilterGroup>(
std::unordered_set<std::string>(
{::media::AudioDeviceDescription::kDefaultDeviceId,
- kEarconAudioDeviceId, ""}),
+ kLocalAudioDeviceId, ""}),
AudioFilterFactory::MEDIA_AUDIO_FILTER));
DefineAlsaParameters();
« no previous file with comments | « chromecast/media/cma/backend/BUILD.gn ('k') | chromecast/media/cma/backend/audio_decoder_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698