linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: samsung: Add missing pm ops for Snow sound card driver
@ 2014-05-14  3:19 Tushar Behera
  2014-05-14 11:35 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Tushar Behera @ 2014-05-14  3:19 UTC (permalink / raw)
  To: linux-kernel, alsa-devel, linux-samsung-soc; +Cc: broonie

Adding missing pm ops so that audio playback works across
suspend and resume cycle.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 sound/soc/samsung/snow.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/samsung/snow.c b/sound/soc/samsung/snow.c
index 0fa89a4..014c177 100644
--- a/sound/soc/samsung/snow.c
+++ b/sound/soc/samsung/snow.c
@@ -111,6 +111,7 @@ static struct platform_driver snow_driver = {
 	.driver = {
 		.name = "snow-audio",
 		.owner = THIS_MODULE,
+		.pm = &snd_soc_pm_ops,
 		.of_match_table = snow_of_match,
 	},
 	.probe = snow_probe,
-- 
1.7.9.5


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

* Re: [PATCH] ASoC: samsung: Add missing pm ops for Snow sound card driver
  2014-05-14  3:19 [PATCH] ASoC: samsung: Add missing pm ops for Snow sound card driver Tushar Behera
@ 2014-05-14 11:35 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-05-14 11:35 UTC (permalink / raw)
  To: Tushar Behera; +Cc: linux-kernel, alsa-devel, linux-samsung-soc

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

On Wed, May 14, 2014 at 08:49:06AM +0530, Tushar Behera wrote:
> Adding missing pm ops so that audio playback works across
> suspend and resume cycle.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-05-14 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14  3:19 [PATCH] ASoC: samsung: Add missing pm ops for Snow sound card driver Tushar Behera
2014-05-14 11:35 ` 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).