summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/StateQueue.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-07 14:03:00 -0800
committerGlenn Kasten <gkasten@google.com>2012-11-14 11:58:17 -0800
commit22eb4e239fbe9103568147d566d7482e480350b8 (patch)
tree132fa6ac8c0bc47fd6d3b1cc67d1724dc3b939a2 /services/audioflinger/StateQueue.h
parent2d81f665461409f0c5d0be674a35a0aea63a4fc8 (diff)
downloadframeworks_av-22eb4e239fbe9103568147d566d7482e480350b8.zip
frameworks_av-22eb4e239fbe9103568147d566d7482e480350b8.tar.gz
frameworks_av-22eb4e239fbe9103568147d566d7482e480350b8.tar.bz2
Update audio comments
Change-Id: I85d7d2f6381b251db5695202fec75128883a8662
Diffstat (limited to 'services/audioflinger/StateQueue.h')
-rw-r--r--services/audioflinger/StateQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/StateQueue.h b/services/audioflinger/StateQueue.h
index c9b5111..e33b3c6 100644
--- a/services/audioflinger/StateQueue.h
+++ b/services/audioflinger/StateQueue.h
@@ -174,7 +174,7 @@ public:
#endif
private:
- static const unsigned kN = 4; // values != 4 are not supported by this code
+ static const unsigned kN = 4; // values < 4 are not supported by this code
T mStates[kN]; // written by mutator, read by observer
// "volatile" is meaningless with SMP, but here it indicates that we're using atomic ops