History log of /system/media/audio/include/system/audio.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
57a4158dc4c4ce62bc6a2b8a0072ba43305548d4 08-Jul-2016 Eric Laurent <elaurent@google.com> Add Dolby TrueHD audio format

Bug: 30024357
Change-Id: I2ca8d24e9b9b053a42e1bcf3802fdf866f82053d
/system/media/audio/include/system/audio.h
45afd619058eefebd9100ce50f67a8fa5f9c45ae 18-Apr-2016 Glenn Kasten <gkasten@google.com> Document special audio session values

don't need to have use == AUDIO_UNIQUE_ID_USE_SESSION

Bug: 28119934
Change-Id: I5b52616cc6ed53dfbaab422138112132fdae6bf1
/system/media/audio/include/system/audio.h
5612e098e2cbf9bbae69780f003144010fcc899c 10-Mar-2016 Glenn Kasten <gkasten@google.com> Use audio_module_handle_t and audio_patch_handle_t consistently

Bug: 27814144
Change-Id: I54b7a73ec318779fd3addb060998f4d94141152d
/system/media/audio/include/system/audio.h
8371ca226d8dbfb8e10ddbe8543b734591fe7c1c 17-Mar-2016 Glenn Kasten <gkasten@google.com> Merge "Use audio_session_t consistently" into nyc-dev
7b29a903091fb51b30bcc6f3f7a7323d00b2a96d 11-Mar-2016 Eric Laurent <elaurent@google.com> audio: new max audio stream type value for policy use

Added AUDIO_STREAM_FOR_POLICY_CNT value to audio_stream_type_t enum.
All stream types above are ignored by audio policy for volume control
and don't have a matching strategy.
Currently only AUDIO_STREAM_PATCH is in this category.

Bug: 27586382
Change-Id: I6df84d843d3afe4a30788b8f01b32fddffb22ee1
/system/media/audio/include/system/audio.h
bdf067758071bc2e9866c8d6443000b1a49653cb 10-Mar-2016 Glenn Kasten <gkasten@google.com> Use audio_session_t consistently

Bug: 27562099
Change-Id: Ic3d1578e16188be1c5075bab092493dd30db003e
/system/media/audio/include/system/audio.h
6df66e0b5115b1834c8304ed3b5dfe0497e661ba 26-Feb-2016 Glenn Kasten <gkasten@google.com> Add use for audio_unique_id_t

Bug: 25641253
Bug: 21019153
Change-Id: I4f78dec54c77c6376f9af7e24aef8aee2e88080a
/system/media/audio/include/system/audio.h
a0ef8e5ba532433cd432a6361fd400c128c4201c 25-Feb-2016 Eric Laurent <elaurent@google.com> Merge "audio: add device for audio bus" into nyc-dev
16a696d1d936f11600a7f621257fb28aa2821400 25-Feb-2016 Ryan Haining <haining@google.com> Merge "Eliminates gcc warnings from -Wparentheses" into nyc-dev
5413dc382ba613605086f4dcae9423df82d6a932 18-Feb-2016 Jean-Michel Trivi <jmtrivi@google.com> Add structure for basic audio configuration parameters

Bug 26798796

Change-Id: Ifacbbd87d9827c699ecb18884297202beb330219
/system/media/audio/include/system/audio.h
7f695e4d92da0de59fa4087b5f21e2cdbe82da2a 23-Feb-2016 Eric Laurent <elaurent@google.com> audio: add device for audio bus

Add audio device category representing a bus in the
audio subsystem. E.g a set of channels in MOST automotive bus.

Bug: 25448664
Change-Id: I7409d5c0a9856db720924b3b9bf39ac89bcf2527
/system/media/audio/include/system/audio.h
2bd237dd9da7fa3d7278ec8ae8091d95be3eadc0 03-Feb-2016 Ryan Haining <haining@google.com> Eliminates gcc warnings from -Wparentheses

I've been getting a lot of warnings on these lines of the form: suggest
parentheses around arithmetic in operand of '|' [-Wparentheses]

Change-Id: Iee1b333eff3a77f3fbeba715bb569c7fd76a3f97
/system/media/audio/include/system/audio.h
97763f31a43caaf6b76e99e8d20abcc27141ec52 19-Jan-2016 Phil Burk <philburk@google.com> audio.h: add ENCODING_IEC61937

Add audio_has_proportional_frames() to replace
audio_is_linear_pcm() in some cases.

Bug: 24541671
Bug: 20891646
Bug: 26373761
Change-Id: I2ec12068b18bfe46213b79c274a59bfeba884157
Signed-off-by: Phil Burk <philburk@google.com>
/system/media/audio/include/system/audio.h
44070ca5ddc92d1fee8f96db12e63b64f6ef96c4 16-Jan-2016 Phil Burk <philburk@google.com> audio.h: Add AUDIO_FLAG_LOW_LATENCY

Needed by ag/841470

Allows Java to write directly to the FastMixer to
reduce latency.

Bug: 21019153
Change-Id: I2b8c4e0c29b714cf5cfb2b90648f99c96a1463cb
Signed-off-by: Phil Burk <philburk@google.com>
/system/media/audio/include/system/audio.h
6c72cbdab5f2f6a34afea9b5324707d753f765d0 07-Jan-2016 Glenn Kasten <gkasten@google.com> Merge "Use FCC_2 and FCC_8 to highlight channel count assumptions"
ff9834731ae20dceeaa23b883648b254886f347a 02-Dec-2015 rago <rago@google.com> Adding UNPROCESSED to the available audio_sources

bug: 25564291
Change-Id: If6b7212fc2b8ae94678f7024c7bf5a000112d0a6
/system/media/audio/include/system/audio.h
d190da511b137d315e8e60b1e1a772444b26bedb 14-Dec-2015 Glenn Kasten <gkasten@google.com> Use FCC_2 and FCC_8 to highlight channel count assumptions

Bug: 21656069
Change-Id: I3486b9e48856d703d1ff37f509ab7f1140a6a146
/system/media/audio/include/system/audio.h
cf6443f4e67079e2b3c3f7849f49681e856f7f38 04-Aug-2015 Phil Burk <philburk@google.com> Audio HAL API: add bit for compressed audio

Add a bit to tell the HAL that the PCM data is really encoded audio
wrapped in a data burst.
Otherwise the device may try to play the encoded data directly
which will sound like modulated white noise.

Bug: 22576112
Change-Id: I8a68a9cf08b34f231c39e9f63283f868169744c0
Signed-off-by: Phil Burk <philburk@google.com>
/system/media/audio/include/system/audio.h
0b1a35902f6a9033ac11f245624aab198ff236b1 10-Jul-2015 Eric Laurent <elaurent@google.com> audio: fix audio_device_is_digital() function.

audio_device_is_digital() was returning true for all input devices.

Bug: 22381136.
Change-Id: I6df4c415934faf6b73200e2a0a12caff02a0c86d
/system/media/audio/include/system/audio.h
7d27e250568b994bf62f9c5bbdb82b24ea676b7f 06-Jul-2015 Eric Laurent <elaurent@google.com> Merge "audio: add definitions for devices connected over IP" into mnc-dev
4d5418183c209ecd5c4109f0ecb6c6f259360c0e 01-Jul-2015 Eric Laurent <elaurent@google.com> audio: add definitions for devices connected over IP

Bug: 22068684.
Change-Id: I9c11f54a1059a887833bd1d04499a39071ae458d
/system/media/audio/include/system/audio.h
55093a1d870e97a2c4ae88a406601568feebda5d 20-Jun-2015 Glenn Kasten <gkasten@google.com> audio: introduce new audio flags for latency

Bug: 10546170
Bug: 19230391
Change-Id: I62a8a2e4d5e607fade42d0a36068e8fe4eca5bba
/system/media/audio/include/system/audio.h
9598786860a469193a65c23bf424093d9ae5867c 18-Jun-2015 Paul McLean <pmclean@google.com> Adding test for "Digital" devices to use in filter AudioDeviceInfo attributes.

Bug: 21903975
Change-Id: I767629f8a061815379352a077c5197b1dfece647
/system/media/audio/include/system/audio.h
67b0472474e5232b4f31f6a70f916d9721a724de 09-Jun-2015 Glenn Kasten <gkasten@google.com> Merge "audio_channel_in_mask_from_count now handles up to 8 channels" into mnc-dev
b0f6afbaf89b20530bc733def877fd4b862f54d5 09-Jun-2015 Glenn Kasten <gkasten@google.com> Merge "Move audio_channel_mask_for_index_assignment_from_count" into mnc-dev
7cb33cef3d5031ed0c14d114aec1ef7c972df476 09-Jun-2015 Glenn Kasten <gkasten@google.com> audio_channel_in_mask_from_count now handles up to 8 channels

Bug: 21375533
Change-Id: I4b2fabd326e7cfd3d04ed83cf95e29bd91c99530
/system/media/audio/include/system/audio.h
21aa43a5ea032080aee301abc60780887f94665f 09-Jun-2015 Glenn Kasten <gkasten@google.com> Move audio_channel_mask_for_index_assignment_from_count

Change-Id: I737b9cf9fdaa56eb8be33ea128c73a00ca2c8907
/system/media/audio/include/system/audio.h
2c29cee2e519db2decc91747b01f54597a856d1b 09-Jun-2015 Glenn Kasten <gkasten@google.com> Add FCC_8 comments to indicate 8-channel assumptions

Bug: 21656069
Change-Id: I411a5c83eec126bc6cda796bd4c9f842ed6ee762
/system/media/audio/include/system/audio.h
ed5246d4a581cdc5aa16a27e8dd70d52fe8cd2bb 30-May-2015 Arman Uguray <armansito@google.com> system/audio.h: Make function inline

This patch makes the audio_device_address_to_parameter inline. All of the other
helpers defined in this header are inline functions except for this one and this
causes compile failures when -Werror=unused-function is used.

BUG=21339022

Change-Id: I7db58bf7bed3b89b6752ec2cd2c1f358ba2a4d89
/system/media/audio/include/system/audio.h
b5307ff75f42faa8333e7042e6fd95751a3755f0 19-May-2015 Jean-Michel Trivi <jmtrivi@google.com> Define new audio attribute flags

Add AUDIO_FLAG_BYPASS_INTERRUPTION_POLICY and
AUDIO_FLAG_BYPASS_MUTE.

Bug 19407114

Change-Id: I79e4afc6050256fa6e73cf1df027c27e80b8cd95
/system/media/audio/include/system/audio.h
794857a8a1800e515d61970363c405db5359c2aa 29-Apr-2015 Misael Lopez Cruz <misael.lopez@ti.com> audio: Fix false positives in audio_is_remote_submix_device()

The audio_is_remote_submix_device() helper function incorrectly
reported AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES and
AUDIO_DEVICE_IN_LINE as a submix devices.

The cases where the confusion occurs are for devices whose bitwise
value only differs in the direction bit.

Change-Id: I3bb9fd1158a26a8f4b3b59246974e703ca5ba0f0
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
/system/media/audio/include/system/audio.h
80b8823a7fd689283093ddaf074f9d67ec152aa8 25-Apr-2015 Ravi Kumar Alamanda <ralama@codeaurora.org> audio: Add new output flag to indicate TTS stream

Change-Id: I1d7a0094716acdd145f12365b82361bd46e751ae
/system/media/audio/include/system/audio.h
1f6902ea391a84a33b0dca376285a5440ba5f55f 21-Apr-2015 Andy Hung <hunga@google.com> Add canonical channel index masks for endpoints

Change-Id: I93f219bbcc9823855ef36bd01cf09450f44df929
/system/media/audio/include/system/audio.h
9bd6157cdd2e513293005081c431604df4da6750 04-Apr-2015 Rom Lemarchand <romlem@android.com> Move audio includes to system/media/audio

Change-Id: I26ed16aed7bea4f601367ff5610636cd6a91e3b3
/system/media/audio/include/system/audio.h