alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: qcom: apq8096: set card as device drvdata
@ 2018-06-06  8:55 Rohit kumar
  2018-06-06  9:16 ` Srinivas Kandagatla
  2018-06-18 12:00 ` Applied "ASoC: qcom: apq8096: set card as device drvdata" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Rohit kumar @ 2018-06-06  8:55 UTC (permalink / raw)
  To: plai, bgoswami, srinivas.kandagatla, rohkumar, lgirdwood, broonie,
	perex, tiwai, alsa-devel, linux-kernel
  Cc: Rohit kumar

snd_soc_card is retrieved as device drvdata during unbind().
Set it as drvdata during bind() to avoid memory corruption during
unbind().

Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
---
 sound/soc/qcom/apq8096.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/apq8096.c b/sound/soc/qcom/apq8096.c
index 561cd42..239b8cb 100644
--- a/sound/soc/qcom/apq8096.c
+++ b/sound/soc/qcom/apq8096.c
@@ -140,6 +140,7 @@ static int apq8096_bind(struct device *dev)
 
 	component_bind_all(dev, card);
 	card->dev = dev;
+	dev_set_drvdata(dev, card);
 	ret = apq8096_sbc_parse_of(card);
 	if (ret) {
 		dev_err(dev, "Error parsing OF data\n");
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-18 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06  8:55 [PATCH] ASoC: qcom: apq8096: set card as device drvdata Rohit kumar
2018-06-06  9:16 ` Srinivas Kandagatla
2018-06-18 12:00 ` Applied "ASoC: qcom: apq8096: set card as device drvdata" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).