From 6f4b5c26e3fbef1f2001e38dc21d04729b69c272 Mon Sep 17 00:00:00 2001 From: Sangjin Sim Date: Thu, 30 Apr 2015 11:11:55 +0900 Subject: Sync rebase with tizen 2.3 Change-Id: I2c8707af077216b7d44d3ec0e64e04e28be1efa8 --- src/include/mm_radio_priv.h | 2 ++ src/include/mm_radio_utils.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/mm_radio_priv.h b/src/include/mm_radio_priv.h index 419316e..402da56 100644 --- a/src/include/mm_radio_priv.h +++ b/src/include/mm_radio_priv.h @@ -139,6 +139,7 @@ typedef struct _mm_radio_gstreamer_s GstElement *pipeline; GstElement *avsysaudiosrc; GstElement *queue2; + GstElement *volume; GstElement *avsysaudiosink; GstBuffer *output_buffer; } mm_radio_gstreamer_s; @@ -213,6 +214,7 @@ int _mmradio_stop(mm_radio_t* radio); int _mmradio_seek(mm_radio_t* radio, MMRadioSeekDirectionType direction); int _mmradio_start_scan(mm_radio_t* radio); int _mmradio_stop_scan(mm_radio_t* radio); +int _mm_radio_get_signal_strength(mm_radio_t* radio, int *value); #ifdef USE_GST_PIPELINE int _mmradio_realize_pipeline( mm_radio_t* radio); int _mmradio_start_pipeline(mm_radio_t* radio); diff --git a/src/include/mm_radio_utils.h b/src/include/mm_radio_utils.h index b873483..84277ec 100644 --- a/src/include/mm_radio_utils.h +++ b/src/include/mm_radio_utils.h @@ -18,7 +18,7 @@ * limitations under the License. * */ - + #ifndef __MM_RADIO_UTILS_H__ #define __MM_RADIO_UTILS_H__ @@ -34,7 +34,6 @@ #define MMRADIO_LOG_ERROR debug_error #define MMRADIO_LOG_WARNING debug_warning #define MMRADIO_LOG_CRITICAL debug_critical -#define MMRADIO_SLOG_DEBUG secure_debug_log /* general */ #ifndef ARRAY_SIZE -- cgit v1.2.3