summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/call-volume.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-4/+2
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-1/+0
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-11-11Add call volume support for hfpmodemZhenhua Zhang1-0/+241
The call volume driver listens the speaker volume and microphone gain from the AG. It also allow to synchronze the speaker and microphone volume changes with the AG through AT+VGS and AT+VGM. Volume level synchronization from HFP spec 1.5 Section 4.28.2 is performed on startup.