ASoC: Intel: fix build with runtime PM disabled.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Thu, 30 Oct 2014 14:58:19 +0000 (14:58 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 30 Oct 2014 15:56:01 +0000 (15:56 +0000)
commit35e03a884c41b8fecf77e20de89759deb7c9078a
tree735055cd427f805b3d54f25f96f29e5c515fd1c2
parentb891f62fcd28a46ab0818cd9acbb5bbb20542ab6
ASoC: Intel: fix build with runtime PM disabled.

Fix the following errors:

All error/warnings:

>> sound/soc/intel/sst-haswell-pcm.c:1168:13: error: 'hsw_pcm_prepare' undeclared here (not in a function)
     .prepare = hsw_pcm_prepare,
                ^
>> sound/soc/intel/sst-haswell-pcm.c:1169:14: error: 'hsw_pcm_complete' undeclared here (not in a function)
     .complete = hsw_pcm_complete,
                 ^
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst-haswell-ipc.c
sound/soc/intel/sst-haswell-pcm.c