summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/unix.c')
-rw-r--r--audio/unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/unix.c b/audio/unix.c
index 7fc4387f..a39f1806 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -250,6 +250,8 @@ static void headset_discovery_complete(struct audio_device *dev, void *user_data
pcm->sampling_rate = 8000;
if (headset_get_nrec(dev))
pcm->flags |= BT_PCM_FLAG_NREC;
+ if (!headset_get_sco_hci(dev))
+ pcm->flags |= BT_PCM_FLAG_PCM_ROUTING;
rsp->h.type = BT_RESPONSE;
rsp->h.name = BT_GET_CAPABILITIES;