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

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

Issue 1900233006: [Chromecast] Remove command-line switch to change the number of mixer output channels (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 8 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/base/chromecast_switches.cc ('k') | chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc » ('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.h
diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h b/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h
index 875361116dcd4167e2e2476f1f40d01255cedabd..58a51ec1e1b11420b794401d31c9204f3097c290 100644
--- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h
+++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa.h
@@ -120,7 +120,6 @@ class StreamMixerAlsa {
int output_samples_per_second() const { return output_samples_per_second_; }
bool empty() const { return inputs_.empty(); }
State state() const { return state_; }
- int num_output_channels() const { return num_output_channels_; }
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner() const {
return mixer_task_runner_;
@@ -206,7 +205,6 @@ class StreamMixerAlsa {
// User-configurable ALSA parameters. This caches the results, so the code
// only has to interact with the command line parameters once.
std::string alsa_device_name_;
- int num_output_channels_;
snd_pcm_uframes_t alsa_buffer_size_;
bool alsa_period_explicitly_set;
snd_pcm_uframes_t alsa_period_size_;
« no previous file with comments | « chromecast/base/chromecast_switches.cc ('k') | chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698