| Index: components/audio_modem/public/audio_modem_types.h
|
| diff --git a/components/audio_modem/public/audio_modem_types.h b/components/audio_modem/public/audio_modem_types.h
|
| index 036a6a192ef492bae820257c6c144ab8a2bed19b..f352269a0c60e96f2afddea17504b78935490dfd 100644
|
| --- a/components/audio_modem/public/audio_modem_types.h
|
| +++ b/components/audio_modem/public/audio_modem_types.h
|
| @@ -25,9 +25,8 @@ extern const float kDefaultSampleRate;
|
| extern const int kDefaultBitsPerSample;
|
| extern const float kDefaultCarrierFrequency;
|
|
|
| -// The next two really need to be configurable since they don't need to be
|
| -// consistent across platforms, or even playing/recording.
|
| -extern const int kDefaultChannels;
|
| +// This really needs to be configurable since it doesn't need
|
| +// to be consistent across platforms, or even playing/recording.
|
| extern const media::ChannelLayout kDefaultChannelLayout;
|
|
|
| // Enum to represent the audio band (audible vs. ultrasound).
|
|
|