summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-12-16 07:27:36 -0800
committerGlenn Kasten <gkasten@google.com>2016-01-07 07:52:55 -0800
commit0c9fbada2fa584f13ce57e1b77eaa4e1f4cd3166 (patch)
tree65f15d54723dc426ae85ed532f45eb6abdcd3c35
parentb2972b2fea271e1aa9f7874689ffc92b2b0bd64a (diff)
downloadintel-0c9fbada2fa584f13ce57e1b77eaa4e1f4cd3166.tar.gz
Use FCC_2 and FCC_8 to highlight channel count assumptions
Bug: 21656069 Change-Id: I921fbfc7659633c5549a4c3b8448c06e1d8093e5
-rw-r--r--peripheral/audio/usb/audio_hal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/audio/usb/audio_hal.c b/peripheral/audio/usb/audio_hal.c
index 836f488..438ac67 100644
--- a/peripheral/audio/usb/audio_hal.c
+++ b/peripheral/audio/usb/audio_hal.c
@@ -68,11 +68,6 @@ static const unsigned k_force_channels = 0;
#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;