commit | 2f8a36fc8df14cba33fa7c5c1c9d5a52f8a133c2 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Wed Mar 26 19:05:55 2014 -0700 |
committer | Eric Laurent <elaurent@google.com> | Wed Mar 26 19:05:55 2014 -0700 |
tree | 7d46255b2e5a25ca5de3cc756152a3a64121ea6c | |
parent | 2347c7b0502f5f71d2f0e22d39f1d5a61add3f6b [diff] [blame] |
Fix the build Change-Id: I2169a3d26f4e35e5cfa35a1264175aab6ac4db41
diff --git a/services/audiopolicy/AudioPolicyManager.h b/services/audiopolicy/AudioPolicyManager.h index 0887fcf..8a631ba 100644 --- a/services/audiopolicy/AudioPolicyManager.h +++ b/services/audiopolicy/AudioPolicyManager.h
@@ -184,7 +184,7 @@ DeviceDescriptor(audio_devices_t type) : mType(type), mAddress(""), - mChannelMask(AUDIO_CHANNEL_NONE), mId(0) {} + mChannelMask(0), mId(0) {} status_t dump(int fd, int spaces) const; static void dumpHeader(int fd, int spaces);