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
1 file changed