summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSangjin Sim <sangjin0924.sim@samsung.com>2015-04-30 11:11:55 +0900
committerSangjin Sim <sangjin0924.sim@samsung.com>2015-04-30 11:12:19 +0900
commit6f4b5c26e3fbef1f2001e38dc21d04729b69c272 (patch)
treeaff10c60b2cc79f87ad22b85c9aa26091af56415 /src/include
parent20ef3608560da3b582b3a9627eaa5e49a1a63575 (diff)
downloadlibmm-radio-6f4b5c26e3fbef1f2001e38dc21d04729b69c272.tar.gz
libmm-radio-6f4b5c26e3fbef1f2001e38dc21d04729b69c272.tar.bz2
libmm-radio-6f4b5c26e3fbef1f2001e38dc21d04729b69c272.zip
Change-Id: I2c8707af077216b7d44d3ec0e64e04e28be1efa8
Diffstat (limited to 'src/include')
-rw-r--r--src/include/mm_radio_priv.h2
-rw-r--r--src/include/mm_radio_utils.h3
2 files changed, 3 insertions, 2 deletions
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