summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hfpmodem/call-volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hfpmodem/call-volume.c b/drivers/hfpmodem/call-volume.c
index ee4e3520..b57496a8 100644
--- a/drivers/hfpmodem/call-volume.c
+++ b/drivers/hfpmodem/call-volume.c
@@ -214,7 +214,7 @@ static struct ofono_call_volume_driver driver = {
.probe = hfp_call_volume_probe,
.remove = hfp_call_volume_remove,
.speaker_volume = hfp_speaker_volume,
- .microphone_volume = hfp_microphone_volume,
+ .microphone_volume = hfp_microphone_volume,
.mute = NULL,
};