Skip to content

Commit

Permalink
ASoC: samsung: Add missing pm ops for Snow sound card driver
Browse files Browse the repository at this point in the history
Adding missing pm ops so that audio playback works across
suspend and resume cycle.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Tushar Behera authored and Mark Brown committed May 14, 2014
1 parent 7ec91cd commit deeaa68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/samsung/snow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit deeaa68

Please sign in to comment.