X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-interface%2Fucs_vol_interf.c;h=ecd09deb91c885cb835d90ab2e3e3bad3e8ada04;hb=ce4eeb376e9fc3d0f3327a34dc7e4a3c0fdfc376;hp=fc2952ed28279430a39b5447a9bf6c9109d4c46b;hpb=d2e42029ec04c3f224580f8007cdfbbfe0fc47a6;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-interface/ucs_vol_interf.c b/ucs2-interface/ucs_vol_interf.c index fc2952e..ecd09de 100644 --- a/ucs2-interface/ucs_vol_interf.c +++ b/ucs2-interface/ucs_vol_interf.c @@ -34,7 +34,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 +52,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)); }