summaryrefslogtreecommitdiffstats
path: root/include/system
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-03-10 23:25:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-10 23:25:02 +0000
commit17e8158635e520e28e6068a9b441e18deafc2d3d (patch)
tree625f72ab593980a3e396782624df216d32281f44 /include/system
parentf50fccb2464ba278ff9df5e00ab51fb700881908 (diff)
parent4ff72b52a2e9c82ceee43e9ab0cf4fce09aa3573 (diff)
downloadsystem_core-17e8158635e520e28e6068a9b441e18deafc2d3d.zip
system_core-17e8158635e520e28e6068a9b441e18deafc2d3d.tar.gz
system_core-17e8158635e520e28e6068a9b441e18deafc2d3d.tar.bz2
Merge "Fix comment on AUDIO_FORMAT_PCM_SUB_8_24_BIT"
Diffstat (limited to 'include/system')
-rw-r--r--include/system/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/audio.h b/include/system/audio.h
index c8efdf3..17bf260 100644
--- a/include/system/audio.h
+++ b/include/system/audio.h
@@ -194,7 +194,7 @@ typedef enum {
AUDIO_FORMAT_PCM_SUB_16_BIT = 0x1, /* DO NOT CHANGE - PCM signed 16 bits */
AUDIO_FORMAT_PCM_SUB_8_BIT = 0x2, /* DO NOT CHANGE - PCM unsigned 8 bits */
AUDIO_FORMAT_PCM_SUB_32_BIT = 0x3, /* PCM signed .31 fixed point */
- AUDIO_FORMAT_PCM_SUB_8_24_BIT = 0x4, /* PCM signed 7.24 fixed point */
+ AUDIO_FORMAT_PCM_SUB_8_24_BIT = 0x4, /* PCM signed 8.23 fixed point */
AUDIO_FORMAT_PCM_SUB_FLOAT = 0x5, /* PCM single-precision floating point */
AUDIO_FORMAT_PCM_SUB_24_BIT_PACKED = 0x6, /* PCM signed .23 fixed point packed in 3 bytes */
} audio_format_pcm_sub_fmt_t;