summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2014-07-11 17:48:10 +0200
committerChristian Linke <christian.linke@bmw.de>2014-07-11 17:48:10 +0200
commita6eaa626d4c4bffe91d561cd71d0710f2e43e1c7 (patch)
treea5ba5e6e084801b966c2c78a29d191f02473b357 /PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl
parent038732ec315808ccebda557e88a79bec9febf5a9 (diff)
downloadaudiomanager-2ac3b0d4a403dcabaa49a53f22a0c931cbd927f4.tar.gz
* fix changes that made commonapi generation not working6.0
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl')
-rwxr-xr-xPluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl b/PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl
index 2cd6d6b..9ff485a 100755
--- a/PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl
+++ b/PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl
@@ -32,7 +32,7 @@ interface RoutingControl {
am_connectionID_t connectionID
am_sourceID_t sourceID
am_sinkID_t sinkID
- am_CConnectionFormat_t connectionFormat
+ am_CustomConnectionFormat_t connectionFormat
}
}
@@ -56,7 +56,7 @@ interface RoutingControl {
am_Handle_s handle
am_sinkID_t sinkID
am_volume_t volume
- am_CRampType_t ramp
+ am_CustomRampType_t ramp
am_time_t time
}
}
@@ -71,7 +71,7 @@ triggers the acknowledge ackSourceVolumeChange
am_Handle_s handle
am_sourceID_t sourceID
am_volume_t volume
- am_CRampType_t ramp
+ am_CustomRampType_t ramp
am_time_t time
}
}
@@ -145,7 +145,7 @@ triggers the acknowledge ackSourceVolumeChange
am_Handle_s handle
am_crossfaderID_t crossfaderID
am_HotSink_e hotSink
- am_CRampType_t rampType
+ am_CustomRampType_t rampType
am_time_t time
}
}