summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem/ifxmodem.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-30 00:20:22 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-30 00:20:22 +0900
commit0a71c6686f08c61291868e856a28e5e6817c0566 (patch)
tree9a678bda09f0693392f20b591b8c5ceca4baf94d /drivers/ifxmodem/ifxmodem.c
parent190be6348c7d8b5844ee8e2c0a6a188f87262131 (diff)
downloadofono-0a71c6686f08c61291868e856a28e5e6817c0566.tar.bz2
ifxmodem: Add support for audio settings
Diffstat (limited to 'drivers/ifxmodem/ifxmodem.c')
-rw-r--r--drivers/ifxmodem/ifxmodem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ifxmodem/ifxmodem.c b/drivers/ifxmodem/ifxmodem.c
index cfcf6de0..83b2192e 100644
--- a/drivers/ifxmodem/ifxmodem.c
+++ b/drivers/ifxmodem/ifxmodem.c
@@ -35,6 +35,7 @@
static int ifxmodem_init(void)
{
ifx_voicecall_init();
+ ifx_audio_settings_init();
ifx_radio_settings_init();
ifx_stk_init();
@@ -45,6 +46,7 @@ static void ifxmodem_exit(void)
{
ifx_stk_exit();
ifx_radio_settings_exit();
+ ifx_audio_settings_exit();
ifx_voicecall_exit();
}