commit | aae013d646aae8787b76255d1a1cadd7f64a47dd | [log] [tgz] |
---|---|---|
author | Jie Yang <yang.jie@intel.com> | Sun Apr 19 09:45:48 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Sun Apr 19 13:21:55 2015 +0100 |
tree | d1945cab7f3368583e98ac379a2b1566846d760a | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
ASoC: add static inline funcs to fix a compiling issue When CONFIG_PM_SLEEP is not selected, calling funcs snd_soc_suspend and _resume will generate a compiling issue. Here add static inline stub functions to fix it. Signed-off-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>