summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 20:50:46 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 20:50:46 +0200
commit6272788e3058aa548fdbf308a60e20c67152097d (patch)
tree6c66dcbc2e0c54bd2d6e67f51594d6ea970b40a4 /audio/headset.c
parent24df1ac4425546469aeacd6d2dd69b513c77e6a2 (diff)
Add BT_PCM_FLAG_PCM_ROUTING flag to ipc
Diffstat (limited to 'audio/headset.c')
-rw-r--r--audio/headset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/headset.c b/audio/headset.c
index 54e4da29..9fdabe4c 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -2509,6 +2509,11 @@ gboolean headset_get_nrec(struct audio_device *dev)
return hs->nrec;
}
+gboolean headset_get_sco_hci(struct audio_device *dev)
+{
+ return sco_hci;
+}
+
int telephony_event_ind(int index)
{
if (!active_devices)