diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 20:50:46 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 20:50:46 +0200 |
commit | 6272788e3058aa548fdbf308a60e20c67152097d (patch) | |
tree | 6c66dcbc2e0c54bd2d6e67f51594d6ea970b40a4 /audio/headset.h | |
parent | 24df1ac4425546469aeacd6d2dd69b513c77e6a2 (diff) |
Add BT_PCM_FLAG_PCM_ROUTING flag to ipc
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 97076151..0c9eb669 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -80,6 +80,7 @@ int headset_get_channel(struct audio_device *dev); int headset_get_sco_fd(struct audio_device *dev); gboolean headset_get_nrec(struct audio_device *dev); +gboolean headset_get_sco_hci(struct audio_device *dev); gboolean headset_is_active(struct audio_device *dev); |