![](https://secure.gravatar.com/avatar/019661c557fd5d9e69ef830256034d58.jpg?s=120&d=mm&r=g)
2 Oct
2017
2 Oct
'17
11:59 a.m.
This patch set adds power managment to the img-i2s-out driver. The first patch renames existing 'suspend' and 'resume' functions to 'runtime_suspend' and 'runtime_resume', which is what they actually are, the second patch adds system PM suspend / resume handling and the third patch adds control of the sys clock to runtime PM.
Ed Blake (3): ASoC: img-i2s-out: Rename suspend / resume funcs ASoC: img-i2s-out: Add suspend / resume handling ASoC: img-i2s-out: Add control of sys clock to runtime PM
sound/soc/img/img-i2s-out.c | 116 +++++++++++++++++++++++++++++++++----------- 1 file changed, 87 insertions(+), 29 deletions(-)
--
1.9.1