commit | fc6f0d838ab3e6a6c96bb505773748c3f20c42aa | [log] [tgz] |
---|---|---|
author | Keun-young Park <keunyoung@google.com> | Tue Feb 09 19:50:45 2016 -0800 |
committer | Keun-young Park <keunyoung@google.com> | Tue Feb 09 19:50:45 2016 -0800 |
tree | da17f692eb02ee14ec9045f8309d8d771d906686 | |
parent | b4527e7708120f9aa5b6ceaa30a7d33af8d2a87b [diff] |
add system sound audio context bug: 27111558 Change-Id: Ifa08fc269afd021bae5239fc1e06aa9a7e75ecbc
diff --git a/include/hardware/vehicle.h b/include/hardware/vehicle.h index bd623ab..71c57bc 100644 --- a/include/hardware/vehicle.h +++ b/include/hardware/vehicle.h
@@ -729,6 +729,8 @@ VEHICLE_AUDIO_CONTEXT_CD_ROM = 0x100, /** Aux audio input is played */ VEHICLE_AUDIO_CONTEXT_AUX_AUDIO = 0x200, + /** system sound like UI feedback */ + VEHICLE_AUDIO_CONTEXT_SYSTEM_SOUND = 0x400, }; /**