All of lore.kernel.org
 help / color / mirror / Atom feed
From: Axel Lin <axel.lin@ingics.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>
Subject: [PATCH 2/3] ASoC: pxa2xx-i2s: Convert to devm_snd_soc_register_component
Date: Fri, 28 Aug 2015 10:49:44 +0800	[thread overview]
Message-ID: <1440730184.11149.1.camel@ingics.com> (raw)
In-Reply-To: <1440730115.11149.0.camel@ingics.com>

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

diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index e68290c..6b4e400 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@ -367,19 +367,12 @@ static const struct snd_soc_component_driver pxa_i2s_component = {
 
 static int pxa2xx_i2s_drv_probe(struct platform_device *pdev)
 {
-	return snd_soc_register_component(&pdev->dev, &pxa_i2s_component,
-					  &pxa_i2s_dai, 1);
-}
-
-static int pxa2xx_i2s_drv_remove(struct platform_device *pdev)
-{
-	snd_soc_unregister_component(&pdev->dev);
-	return 0;
+	return devm_snd_soc_register_component(&pdev->dev, &pxa_i2s_component,
+					       &pxa_i2s_dai, 1);
 }
 
 static struct platform_driver pxa2xx_i2s_driver = {
 	.probe = pxa2xx_i2s_drv_probe,
-	.remove = pxa2xx_i2s_drv_remove,
 
 	.driver = {
 		.name = "pxa2xx-i2s",
-- 
2.1.0

  reply	other threads:[~2015-08-28  2:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Axel Lin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440730184.11149.1.camel@ingics.com \
    --to=axel.lin@ingics.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=robert.jarzmik@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.