From a6eaa626d4c4bffe91d561cd71d0710f2e43e1c7 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Fri, 11 Jul 2014 17:48:10 +0200 Subject: * fix changes that made commonapi generation not working Signed-off-by: Christian Linke --- PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl | 2 +- PluginRoutingInterfaceCAPI/fidl/RoutingInterface.fidl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl index db5204d..b956de9 100755 --- a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl +++ b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl @@ -75,7 +75,7 @@ interface CommandControl { <** @description : indicated the number of steps that should be incremented or decremented. Positive values here inkrement, negative values decrement **> - Int16 volumeStep + Int16 volStep } out { am_Error_e ^error 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 } } -- cgit v1.2.1