From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/hal-sco.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/android/hal-sco.c b/android/hal-sco.c index 2fa8fb7..06e0261 100644 --- a/android/hal-sco.c +++ b/android/hal-sco.c @@ -1038,7 +1038,12 @@ static int sco_open_input_stream(struct audio_hw_device *dev, int chan_num, ret; size_t resample_size; - DBG(""); + DBG("config %p device flags 0x%02x", config, devices); + + if (ipc_connect_sco() != SCO_STATUS_SUCCESS) { + error("sco: cannot get fd"); + return -EIO; + } in = calloc(1, sizeof(struct sco_stream_in)); if (!in) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html