summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorroger nilsson <roger.xr.nilsson@stericsson.com>2011-03-31 15:02:43 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:03 +0200
commite1f4ddd5cbb0cf12c168d5eb9d1a2e4c05fc505f (patch)
treea2a220682c9583159ab3c0ea71065229fda683c7 /sound
parent522c7c1867854c1df84e4a3a98a37a33d873eb82 (diff)
ASoC: cg29xx: The driver will not start a BTSCO stream.
If BTSCO is routed the driver will rely on the BT stack to setup the chip. Change-Id: Iea547d291c38d7a0784bbbd337d6095722c9ecfb Signed-off-by: roger nilsson <roger.xr.nilsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/19628 Reviewed-by: Ola LILJA2 <ola.o.lilja@stericsson.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/cg29xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cg29xx.c b/sound/soc/codecs/cg29xx.c
index 8ae0577a329..363721cc2ca 100644
--- a/sound/soc/codecs/cg29xx.c
+++ b/sound/soc/codecs/cg29xx.c
@@ -381,7 +381,7 @@ static int cg29xx_start_if(struct cg29xx_codec_dai_data *dai_data,
stream = &dai_data->tx_active;
}
- if (*stream) {
+ if (*stream || (endpid == ENDPOINT_BT_SCO_INOUT)) {
pr_debug("asoc cg29xx - %s - The interface has already been started.\n",
__func__);
return 0;