summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/call-volume.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21hfpmodem: Avoid segfault in call-volumeMikel Astiz1-1/+7
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime.
2011-10-20hfpmodem: minor whitespace fixMikel Astiz1-1/+0
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-09-09call-volume: Use g_idle_add to registerDenis Kenzior1-4/+6
2011-08-05hfpmodem: Fix g_at_chat leakFrédéric Dalleau1-0/+1
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior1-5/+5
2011-07-20hfpmodem: Minor whitespace fixDenis Kenzior1-1/+1
2011-01-29hfpmodem: remove NULL checkJeevaka Badrappan1-8/+0
2011-01-12hfpmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-2/+2
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
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.