From 6272788e3058aa548fdbf308a60e20c67152097d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 18 Feb 2009 20:50:46 +0200 Subject: Add BT_PCM_FLAG_PCM_ROUTING flag to ipc --- audio/headset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/headset.h') 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); -- cgit