summaryrefslogtreecommitdiff
path: root/tizen-audio-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tizen-audio-internal.h')
-rw-r--r--tizen-audio-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tizen-audio-internal.h b/tizen-audio-internal.h
index 9563fe1..a1c9d96 100644
--- a/tizen-audio-internal.h
+++ b/tizen-audio-internal.h
@@ -167,7 +167,6 @@ typedef enum audio_route_mode{
typedef struct audio_device_mgr {
uint32_t active_in;
uint32_t active_out;
- uint32_t route_flag;
snd_pcm_t *pcm_in;
snd_pcm_t *pcm_out;
pthread_mutex_t pcm_lock;
@@ -213,8 +212,6 @@ typedef struct audio_mixer_mgr {
/* Overall */
typedef struct audio_mgr {
- void *platform_data;
- audio_cb_interface_t cb_intf;
audio_device_mgr_t device;
audio_volume_mgr_t volume;
audio_ucm_mgr_t ucm;