| commit | d1d76ba204804b3f8c27e3cfb433abf33ce8f05f | [log] [tgz] |
|---|---|---|
| author | Andre Eisenbach <andre@broadcom.com> | Wed Aug 14 08:16:01 2013 -0700 |
| committer | Android Git Automerger <android-git-automerger@android.com> | Wed Aug 14 08:16:01 2013 -0700 |
| tree | d913e34d1b53bec9736463aba61da3203b63e478 | |
| parent | 30c53abeeaea20527eb4b6cce172ecc35177af0d [diff] | |
| parent | 02223d1602c1728b3c94f68059d1b2e76d35dbd3 [diff] |
am 02223d16: LE: Add instance ID to descriptors (3/4) * commit '02223d1602c1728b3c94f68059d1b2e76d35dbd3': LE: Add instance ID to descriptors (3/4)
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