aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2018-11-06 10:44:18 +0000
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-01-10 15:47:40 +0000
commit28d5dd2f8b3fe6a2f9efc987b61aa6ea13c98b36 (patch)
treec249dfbecb1b6edcf1da1a18475610f7f5d71719 /sound
parent3bae11de970b526f0a525ffce4bdc4465a896ebb (diff)
sound: qcom: common: Make all the dai-links nonatomic
As the QDSP communication is not really a atomic in anyway, trying to treat them atomic would result in lot of issues. So make the dailinks as non-atomic totally. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/qcom/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/common.c b/sound/soc/qcom/common.c
index 4715527054e5..760e37f356d4 100644
--- a/sound/soc/qcom/common.c
+++ b/sound/soc/qcom/common.c
@@ -89,6 +89,7 @@ int qcom_snd_parse_of(struct snd_soc_card *card)
link->dynamic = 1;
}
+ link->nonatomic = 1;
link->ignore_suspend = 1;
ret = of_property_read_string(np, "link-name", &link->name);
if (ret) {