]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit827857fd2acf045b97d7046412b635c9dc7b0cc7
treed1945cab7f3368583e98ac379a2b1566846d760a
parentb7d65746744b343701de14ca433982a3229390be
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