OSDN Git Service

resolved conflicts for merge of 35c0bf31 to ics-aah
authorJason Simmons <jsimmons@google.com>
Mon, 29 Aug 2011 23:16:49 +0000 (16:16 -0700)
committerJason Simmons <jsimmons@google.com>
Mon, 29 Aug 2011 23:16:49 +0000 (16:16 -0700)
Change-Id: If736c93821359a2f97a0670ad3be8ada5f398bd7

1  2 
services/audioflinger/AudioFlinger.cpp
services/audioflinger/AudioFlinger.h

@@@ -153,9 -150,8 +153,9 @@@ static const char *audio_interfaces[] 
  
  AudioFlinger::AudioFlinger()
      : BnAudioFlinger(),
 -        mPrimaryHardwareDev(0), mMasterVolume(1.0f), mMasterMute(false), mNextUniqueId(1),
 -        mBtNrecIsOff(false)
 +      mPrimaryHardwareDev(0), mMasterVolume(1.0f), mMasterVolumeSW(1.0f),
 +      mMasterVolumeSupportLvl(MVS_NONE), mMasterMute(false), mNextUniqueId(1),
-       mBtNrec(false)
++      mBtNrecIsOff(false)
  {
  }
  
Simple merge