sound_value = TRUE;
(void)sound_manager_get_volume(SOUND_TYPE_RINGTONE, &volume);
- if (sound_value == FALSE)
- volume = 0;
if (sound_data->data_call_volume
&& sound_data->data_call_volume->eo_check) {
sound_data->data_call_volume->chk_status = volume;
}
(void)sound_manager_get_volume(SOUND_TYPE_NOTIFICATION, &volume);
- if (sound_value == FALSE)
- volume = 0;
if (sound_data->data_noti_volume
&& sound_data->data_noti_volume->eo_check) {
sound_data->data_noti_volume->chk_status = volume;
}
(void)sound_manager_get_volume(SOUND_TYPE_SYSTEM, &volume);
- if (sound_value == FALSE)
- volume = 0;
if (sound_data->data_touch_volume
&& sound_data->data_touch_volume->eo_check) {
sound_data->data_touch_volume->chk_status = volume;