Hi,
here's a set of patches adding support for audio settings atom to
the isimodem driver, and for using this in the N900 plugin.
On the N900, this interface can be used to drive the state machine
of the libcmtspeechdata library. See:
http://gitorious.org/+meego-cellular/meego-cellular/libcmtspeechdata
Kai Vehmanen (2):
isimodem: Add support for audio settings
n900: Enable audio settings atom
Makefile.am | 3 +-
drivers/isimodem/audio-settings.c | 148 +++++++++++++++++++++++++++++++++++++
drivers/isimodem/isimodem.c | 2 +
drivers/isimodem/isimodem.h | 3 +
plugins/n900.c | 2 +
5 files changed, 157 insertions(+), 1 deletions(-)
create mode 100644 drivers/isimodem/audio-settings.c