summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-06 15:03:34 -0800
committerGlenn Kasten <gkasten@google.com>2012-11-06 17:25:22 -0800
commitc26741598a840f7c1d12ee457fb26f68fcdbcc70 (patch)
tree01156c9a64d61fe07a82d913c1aaa3aeb30adf94 /include/private
parent96f1528dd637c6e806456d56c635ab2e92b0bd9b (diff)
downloadframeworks_av-c26741598a840f7c1d12ee457fb26f68fcdbcc70.zip
frameworks_av-c26741598a840f7c1d12ee457fb26f68fcdbcc70.tar.gz
frameworks_av-c26741598a840f7c1d12ee457fb26f68fcdbcc70.tar.bz2
Remove CBLK_FAST from control block flags
This is part of a series to clean up the control block. Change-Id: Ic881a3560d9547cb63fcc0cefec87aa3da480e0d
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 6a86a00..141078f 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -41,7 +41,6 @@ namespace android {
#define CBLK_DISABLED 0x10 // track disabled by AudioFlinger due to underrun, need to re-start
#define CBLK_RESTORING 0x20 // track is being restored after invalidation by AudioFlinger
#define CBLK_RESTORED 0x40 // track has been restored after invalidation by AudioFlinger
-#define CBLK_FAST 0x80 // AudioFlinger successfully created a fast track
// Important: do not add any virtual methods, including ~
struct audio_track_cblk_t