summaryrefslogtreecommitdiff
path: root/include/avsys-audio-path.h
diff options
context:
space:
mode:
authorSeungbae Shin <sbshin80@gmail.com>2013-03-28 02:24:00 +0900
committerSeungbae Shin <sbshin80@gmail.com>2013-03-28 02:24:00 +0900
commit400921e134e3610982b6a1d193c97b409307ee5d (patch)
tree4d35a3573fe2faae4ddf2259f43f92fc4013f34d /include/avsys-audio-path.h
parentb0e2139337e2c6ff53779723612f612c7365610b (diff)
downloadavsystem-400921e134e3610982b6a1d193c97b409307ee5d.tar.gz
avsystem-400921e134e3610982b6a1d193c97b409307ee5d.tar.bz2
avsystem-400921e134e3610982b6a1d193c97b409307ee5d.zip
remove unused features
Diffstat (limited to 'include/avsys-audio-path.h')
-rw-r--r--include/avsys-audio-path.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/avsys-audio-path.h b/include/avsys-audio-path.h
index f6f06f2..a97aeb8 100644
--- a/include/avsys-audio-path.h
+++ b/include/avsys-audio-path.h
@@ -64,21 +64,6 @@ enum avsys_audio_ear_ctrl {
#define CODE_LINEOUT_INSERT 0x06
#define CODE_JACK_PHYSICAL_INSERT 0x07
-#define PATH_FIXED_NONE (0x00000000)
-#define PATH_FIXED_WITH_CALL (1 << PATH_FIXED_TYPE_CALL) /* 0x00000002 */
-
-enum avsys_audio_amp_t {
- AVSYS_AUDIO_AMP_OFF = 0, /**< AMP OFF in pda out */
- AVSYS_AUDIO_AMP_ON, /**< AMP ON in pda out */
- AVSYS_AUDIO_AMP_OFF_ALL,
-};
-
-enum path_fixed_type_t {
- PATH_FIXED_TYPE_FMRADIO = 0,
- PATH_FIXED_TYPE_CALL,
- PATH_FIXED_TYPE_MAX,
-};
-
struct audio_route_info_t {
int playback;
int capture;
@@ -94,18 +79,11 @@ typedef struct {
gain_info_t gain;
path_info_t path;
- gain_info_t backup_gain;
- path_info_t backup_path;
-
gain_info_t pregain;
gain_info_t reqgain;
option_info_t option;
- /* path fixed information */
- int path_fixed;
- pid_t path_fixed_pid[PATH_FIXED_TYPE_MAX];
-
/* hw mute */
int mute;