commit | 44972ce63790b921e5c539f79515c44e3c66b415 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jan 07 15:54:45 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 07 15:54:45 2016 +0000 |
tree | 364fc9a1d17be8fa9fa3be1819a172e0dbb6293d | |
parent | bf877a7e6673f43ded94ead0784c93c558e5aa2b [diff] | |
parent | 6d2cb933e0770e4b14179cc74f8ea1159815dd40 [diff] |
Merge "Use FCC_2 and FCC_8 to highlight channel count assumptions"
diff --git a/modules/usbaudio/audio_hal.c b/modules/usbaudio/audio_hal.c index d0d43ab..d899d6b 100644 --- a/modules/usbaudio/audio_hal.c +++ b/modules/usbaudio/audio_hal.c
@@ -55,11 +55,6 @@ #define DEFAULT_INPUT_BUFFER_SIZE_MS 20 -// stereo channel count -#define FCC_2 2 -// fixed channel count of 8 limitation (for data processing in AudioFlinger) -#define FCC_8 8 - struct audio_device { struct audio_hw_device hw_device;