Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: pxa-ssp: Convert to devm_snd_soc_register_component
@ 2015-08-28  2:48 Axel Lin
  2015-08-28  2:49 ` [PATCH 2/3] ASoC: pxa2xx-i2s: " Axel Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Axel Lin @ 2015-08-28  2:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Robert Jarzmik, Liam Girdwood, Haojian Zhuang

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/pxa/pxa-ssp.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index fbe2e93..3da485e 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -813,14 +813,8 @@ static const struct of_device_id pxa_ssp_of_ids[] = {
 
 static int asoc_ssp_probe(struct platform_device *pdev)
 {
-	return snd_soc_register_component(&pdev->dev, &pxa_ssp_component,
-					  &pxa_ssp_dai, 1);
-}
-
-static int asoc_ssp_remove(struct platform_device *pdev)
-{
-	snd_soc_unregister_component(&pdev->dev);
-	return 0;
+	return devm_snd_soc_register_component(&pdev->dev, &pxa_ssp_component,
+					       &pxa_ssp_dai, 1);
 }
 
 static struct platform_driver asoc_ssp_driver = {
@@ -830,7 +824,6 @@ static struct platform_driver asoc_ssp_driver = {
 	},
 
 	.probe = asoc_ssp_probe,
-	.remove = asoc_ssp_remove,
 };
 
 module_platform_driver(asoc_ssp_driver);
-- 
2.1.0

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

end of thread, other threads:[~2015-08-30  6:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28  2:48 [PATCH 1/3] ASoC: pxa-ssp: Convert to devm_snd_soc_register_component Axel Lin
2015-08-28  2:49 ` [PATCH 2/3] ASoC: pxa2xx-i2s: " Axel Lin
2015-08-28 17:45   ` Applied "ASoC: pxa2xx-i2s: Convert to devm_snd_soc_register_component" to the asoc tree Mark Brown
2015-08-28  2:50 ` [PATCH 3/3] ASoC: sh: ssi: Convert to devm_snd_soc_register_component Axel Lin
2015-08-28 17:45   ` Applied "ASoC: sh: ssi: Convert to devm_snd_soc_register_component" to the asoc tree Mark Brown
2015-08-30  6:24   ` [PATCH 3/3] ASoC: sh: ssi: Convert to devm_snd_soc_register_component Manuel Lauss
2015-08-28  8:42 ` [PATCH 1/3] ASoC: pxa-ssp: " Robert Jarzmik
2015-08-28 17:45 ` Applied "ASoC: pxa-ssp: Convert to devm_snd_soc_register_component" 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