test initial push
[apps/agl-service-unicens.git] / ucs2-interface / ucs_vol_interf.c
index fc2952e..5d65d4a 100644 (file)
@@ -24,8 +24,6 @@
 #include "ucs_interface.h"
 #include "libmostvolume.h"
 
-
-
 static UCSI_channelsT ucsiChannels[] = {
     {.name= "FRONT_LEFT" , .numid= (int)LIB_MOST_VOLUME_CH_FRONT_LEFT},
     {.name= "FRONT_RIGHT", .numid= (int)LIB_MOST_VOLUME_CH_FRONT_RIGHT},
@@ -34,7 +32,7 @@ static UCSI_channelsT ucsiChannels[] = {
     {.name= "CENTER"     , .numid= (int)LIB_MOST_VOLUME_CH_CENTER},
     {.name= "SUB"        , .numid= (int)LIB_MOST_VOLUME_CH_SUB},
     {.name= "MASTER"     , .numid= (int)LIB_MOST_VOLUME_MASTER},
-    
+
     {.name= NULL}
 };
 
@@ -52,7 +50,7 @@ UCSI_channelsT *UCSI_Vol_Init (UCSI_Data_t *pPriv, UCSI_VolumeServiceCB_t servic
 }
 
 uint8_t UCSI_Vol_Set(UCSI_Data_t *pPriv, int numid, uint8_t volume) {
-            
+
     return (lib_most_volume_set((enum lib_most_volume_channel_t)numid, volume));
 }