[Version] 0.1.10
[Profile] TV
[Issue Type] Fix Warning
Change-Id: Id9e2e5c551d8b191a1b44b9a0a326e4f3f335992
Name: audio-hal-hawkp
Summary: TIZEN Audio HAL for Hawkp
-Version: 0.1.9
+Version: 0.1.10
Release: 0
Group: System/Libraries
License: Apache-2.0
/* TODO. Not implemented for other than master type */
if (__get_volume_idx_by_string_type(info->type) == AUDIO_VOLUME_TYPE_MASTER) {
- if ((audio_ret = _audio_mixer_control_get_value(ah, ALSA_CARD1, AMIXER_AMP_MUTE, mute)) != AUDIO_RET_OK) {
+ if ((audio_ret = _audio_mixer_control_get_value(ah, ALSA_CARD1, AMIXER_AMP_MUTE, (int*) mute)) != AUDIO_RET_OK) {
AUDIO_LOG_ERROR("get master mute with mixer failed");
}
}