| commit | cd15c2cce2fd10c54ced4be0a46b371d1651c6eb | [log] [tgz] | 
|---|---|---|
| author | John Du <johnldu@google.com> | Thu Aug 15 14:58:18 2013 -0700 | 
| committer | Android Git Automerger <android-git-automerger@android.com> | Thu Aug 15 14:58:18 2013 -0700 | 
| tree | c0939227e60535f75f0cafb74f5e572650ba9c25 | |
| parent | 6481266b17f5914e4cea5f20a9f44d6935a5e6fa [diff] | |
| parent | b98448119351df9ec7453e0ae92ea408b02294db [diff] | 
am b9844811: Add support for ff/rew * commit 'b98448119351df9ec7453e0ae92ea408b02294db': Add support for ff/rew
diff --git a/include/hardware/audio_effect.h b/include/hardware/audio_effect.h index 2940b1a..8fa3064 100644 --- a/include/hardware/audio_effect.h +++ b/include/hardware/audio_effect.h
@@ -788,7 +788,7 @@ uint32_t samplingRate; // sampling rate uint32_t channels; // channel mask (see audio_channel_mask_t in audio.h) buffer_provider_t bufferProvider; // buffer provider - uint8_t format; // Audio format (see see audio_format_t in audio.h) + uint8_t format; // Audio format (see audio_format_t in audio.h) uint8_t accessMode; // read/write or accumulate in buffer (effect_buffer_access_e) uint16_t mask; // indicates which of the above fields is valid } buffer_config_t;
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h old mode 100755 new mode 100644
diff --git a/include/hardware/bt_rc.h b/include/hardware/bt_rc.h old mode 100755 new mode 100644
diff --git a/modules/audio_remote_submix/audio_hw.cpp b/modules/audio_remote_submix/audio_hw.cpp old mode 100755 new mode 100644