store playback gain as a float (not a char)

This commit is contained in:
Simon Morlat 2012-09-12 22:25:51 +02:00
parent da4114607f
commit c2e7592a2a

View file

@ -421,10 +421,10 @@ typedef struct sound_config
struct _MSSndCard * lsd_card; /* dummy playback card for Linphone Sound Daemon extension */
const char **cards;
int latency; /* latency in samples of the current used sound device */
float soft_play_lev; /*playback gain in db.*/
char rec_lev;
char play_lev;
char ring_lev;
char soft_play_lev;
char source;
char *local_ring;
char *remote_ring;