diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libgsmd/libgsmd_voicecall.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libgsmd/libgsmd_voicecall.c b/src/libgsmd/libgsmd_voicecall.c index 6eb2c6f..d6965fa 100644 --- a/src/libgsmd/libgsmd_voicecall.c +++ b/src/libgsmd/libgsmd_voicecall.c @@ -107,3 +107,9 @@ int lgsm_voice_hangup(struct lgsm_handle *lh)  {  	return lgsm_send_simple(lh, GSMD_MSG_VOICECALL, GSMD_VOICECALL_HANGUP);  } + +int lgsm_voice_volume_set(struct lgsm_handle *lh, int volume) +{ +	/* FIXME: we need to pass along the parameter */ +	return lgsm_send_simple(lh, GSMD_MSG_VOICECALL, GSMD_VOICECALL_VOL_SET); +}  | 
