summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/audio-settings.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-04-12isimodem: Rename resource debug macroAki Niemi1-1/+1
2011-03-31isimodem: remove atoms that fail to probeMika Liljeberg1-1/+3
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-12-22isimodem: Adapt and refactor audio settings driverAki Niemi1-48/+27
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-3/+3
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-10-01isimodem: Properly clean up audio settings driverAki Niemi1-1/+4
2010-10-01isimodem: Add support for audio settingsKai Vehmanen1-0/+150
The audio state is mapped directly to isimodem's call server status indications. When active, the modem speech path should be opened, and when closed, the modem speech path may be closed.