Remove unused internal AEC/NS API
[platform/core/api/sound-manager.git] / src / sound_manager_internal.c
index b341d3f..6cd49ad 100644 (file)
@@ -927,26 +927,6 @@ int sound_manager_set_remote_permission(int id, bool allowed)
        return _set_remote_permission(id, allowed);
 }
 
-int sound_manager_set_echo_cancel_reference_device(sound_stream_info_h stream_info, sound_device_h device, sound_acoustic_echo_cancel_type_e type)
-{
-       return _set_echo_cancel_reference_device((sound_stream_info_s*)stream_info, device, type);
-}
-
-int sound_manager_get_echo_cancel_reference_device(sound_stream_info_h stream_info, int *device_id, sound_acoustic_echo_cancel_type_e *type)
-{
-       return _get_echo_cancel_reference_device((sound_stream_info_s*)stream_info, device_id, type);
-}
-
-int sound_manager_set_noise_suppression(sound_stream_info_h stream_info, bool enable, sound_noise_suppression_type_e type)
-{
-       return _set_noise_suppression((sound_stream_info_s*)stream_info, enable, type);
-}
-
-int sound_manager_get_noise_suppression(sound_stream_info_h stream_info, bool *enabled, sound_noise_suppression_type_e *type)
-{
-       return _get_noise_suppression((sound_stream_info_s*)stream_info, enabled, type);
-}
-
 int sound_manager_set_rpi_playback_route(sound_rpi_playback_route_type type)
 {
        return _set_rpi_playback_route(type);