summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vcgomes@gmail.com>2013-09-10 21:09:41 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-09-12 13:17:40 -0500
commitff16aed8bd7505ff004e7a4d097c3aa7147a0b60 (patch)
tree021d5581859b49c4d31c944b82a9a779fca5f06c /include
parente574d44d00780f2c7010677a6c261ffba82ea83f (diff)
downloadofono-ff16aed8bd7505ff004e7a4d097c3aa7147a0b60.tar.bz2
handsfree-audio: Detect transparent SCO in kernel
Deferred SCO setup is not enough for HFP 1.6 wideband codec support. Wideband speech also requires Transparent SCO to be enabled in the kernel.
Diffstat (limited to 'include')
-rw-r--r--include/handsfree-audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h
index 846a0326..03e3b387 100644
--- a/include/handsfree-audio.h
+++ b/include/handsfree-audio.h
@@ -53,7 +53,7 @@ ofono_bool_t ofono_handsfree_card_set_codec(struct ofono_handsfree_card *card,
ofono_bool_t ofono_handsfree_audio_has_wideband(void);
-ofono_bool_t ofono_handsfree_audio_has_defer_setup(void);
+ofono_bool_t ofono_handsfree_audio_has_transparent_sco(void);
void ofono_handsfree_card_set_data(struct ofono_handsfree_card *card,
void *data);