Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 5/5] ASoC: txx9: Convert to devm_snd_soc_register_platform
       [not found] <1440637769.18698.1.camel@ingics.com>
@ 2015-08-27  1:14 ` Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2015-08-27  1:14 UTC (permalink / raw)
  To: Mark Brown
  Cc: Atsushi Nemoto, Linux MIPS Mailing List, Liam Girdwood,
	alsa-devel

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/txx9/txx9aclc.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c
index 88eacfd..a8f705b 100644
--- a/sound/soc/txx9/txx9aclc.c
+++ b/sound/soc/txx9/txx9aclc.c
@@ -411,13 +411,8 @@ static struct snd_soc_platform_driver txx9aclc_soc_platform = {
 
 static int txx9aclc_soc_platform_probe(struct platform_device *pdev)
 {
-	return snd_soc_register_platform(&pdev->dev, &txx9aclc_soc_platform);
-}
-
-static int txx9aclc_soc_platform_remove(struct platform_device *pdev)
-{
-	snd_soc_unregister_platform(&pdev->dev);
-	return 0;
+	return devm_snd_soc_register_platform(&pdev->dev,
+					      &txx9aclc_soc_platform);
 }
 
 static struct platform_driver txx9aclc_pcm_driver = {
@@ -426,7 +421,6 @@ static struct platform_driver txx9aclc_pcm_driver = {
 	},
 
 	.probe = txx9aclc_soc_platform_probe,
-	.remove = txx9aclc_soc_platform_remove,
 };
 
 module_platform_driver(txx9aclc_pcm_driver);
-- 
2.1.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-27  1:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1440637769.18698.1.camel@ingics.com>
2015-08-27  1:14 ` [PATCH 5/5] ASoC: txx9: Convert to devm_snd_soc_register_platform Axel Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox