summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio_effect.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-30 10:06:38 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-30 10:09:51 -0700
commit6367c2ca3ee685055744f55c1afebecafafffa33 (patch)
tree2c109c922016445be41725f6c554bfeff846eb1d /include/hardware/audio_effect.h
parent0f82f5a73a9ea6462706c807dc1a5a2cf2333ea1 (diff)
downloadhardware_libhardware-6367c2ca3ee685055744f55c1afebecafafffa33.zip
hardware_libhardware-6367c2ca3ee685055744f55c1afebecafafffa33.tar.gz
hardware_libhardware-6367c2ca3ee685055744f55c1afebecafafffa33.tar.bz2
Fix typo and remove executable bit on source code files
Change-Id: I0ac46bf80a4708d190c148f8b72bfcf4ea1168b1
Diffstat (limited to 'include/hardware/audio_effect.h')
-rw-r--r--include/hardware/audio_effect.h2
1 files changed, 1 insertions, 1 deletions
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 @@ typedef struct buffer_config_s {
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;