ASoC: add static inline funcs to fix a compiling issue
authorJie Yang <yang.jie@intel.com>
Sun, 19 Apr 2015 01:45:48 +0000 (09:45 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 19 Apr 2015 12:21:55 +0000 (13:21 +0100)
commitaae013d646aae8787b76255d1a1cadd7f64a47dd
treed1945cab7f3368583e98ac379a2b1566846d760a
parentc517d838eb7d07bbe9507871fab3931deccff539
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>
include/sound/soc.h