commit | 9ac4447eba80c1af34d38e40ccf5cffb77b87757 | [log] [tgz] |
---|---|---|
author | Jay Wang <jaywang@codeaurora.org> | Mon Mar 14 18:15:57 2016 -0700 |
committer | Camera Software Integration <camswint@localhost> | Tue Mar 22 11:33:06 2016 +0530 |
tree | 2fe60e784df921b719eacbc13e463f1869da0e8f | |
parent | 4326bb8e5ee6bd8f88e5ad528ec8e513011d4dd7 [diff] |
SnapdragonCamera: Fix shutter sound issue There is an issue that shutter sound is disabled when taking continuous shot, right after starting the application. This is due to a missing “break” keyword in SET_ONESHOT_PREVIEW_CALLBACK case statement and causes program to continue to the next case statement which disables the shutter sound. Change-Id: I00fda74a362191591a9cdaa266271a96bba7f66d CRs-Fixed: 989918