summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-12-14 10:28:06 -0800
committerGlenn Kasten <gkasten@google.com>2011-12-14 14:38:26 -0800
commit362c4e697d8e9c034e964ac7b40227e054491547 (patch)
treedde3ca3f11e00cc82f1b6a6bd7ebe7b1c24421c5 /services/audioflinger/AudioMixer.h
parenteebeceec684a36222b4559e3157b0db04c0a67ed (diff)
downloadframeworks_av-362c4e697d8e9c034e964ac7b40227e054491547.zip
frameworks_av-362c4e697d8e9c034e964ac7b40227e054491547.tar.gz
frameworks_av-362c4e697d8e9c034e964ac7b40227e054491547.tar.bz2
Audio C++ comments
Change-Id: I84906ebb9dfcfa5b96b287d18364b407f02a30c1
Diffstat (limited to 'services/audioflinger/AudioMixer.h')
-rw-r--r--services/audioflinger/AudioMixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/AudioMixer.h b/services/audioflinger/AudioMixer.h
index 75c9170..da9e2b5 100644
--- a/services/audioflinger/AudioMixer.h
+++ b/services/audioflinger/AudioMixer.h
@@ -65,10 +65,10 @@ public:
FORMAT = 0x4001,
MAIN_BUFFER = 0x4002,
AUX_BUFFER = 0x4003,
- // for TARGET RESAMPLE
+ // for target RESAMPLE
SAMPLE_RATE = 0x4100,
RESET = 0x4101,
- // for TARGET VOLUME (8 channels max)
+ // for target RAMP_VOLUME and VOLUME (8 channels max)
VOLUME0 = 0x4200,
VOLUME1 = 0x4201,
AUXLEVEL = 0x4210,