ASoC: Intel: cleanup runtime_pm initialization
authorVinod Koul <vinod.koul@intel.com>
Wed, 19 Nov 2014 09:43:26 +0000 (15:13 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 19 Nov 2014 10:56:46 +0000 (10:56 +0000)
commit92a6e2a227da5fcaa5b31c9124eabf8c64a6d9f9
treeb93d0e9d7d2f49682509ad257e3d9eecf10c5fca
parenteb826a35d2578106cf6fbfb2a83eedd1c0c2c415
ASoC: Intel: cleanup runtime_pm initialization

For ACPI we missed to pm_runtime_enable() call which is required to tell PM
core that runtime on this device is enabled now. Since this is common to
both PCI and APCI move it out. Also for ACPI we do not require
pm_runtime_allow() call, so remove that

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst/sst.c
This page took 0.026057 seconds and 5 git commands to generate.