]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: byt-rt5640: Fix snd_soc_dapm_ignore_suspend() calls
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 1 Jan 2015 10:23:44 +0000 (11:23 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jan 2015 17:24:25 +0000 (17:24 +0000)
commit7a81140b0ead01fcb27e6167b1015b06c36acbd0
tree5dcc7f7241fbd9ddab47e39dbccdcc5caa86bae6
parent057a1573fd1309a6b3a039f9cd75b4e90f7f6cf4
ASoC: byt-rt5640: Fix snd_soc_dapm_ignore_suspend() calls

To work properly snd_soc_dapm_ignore_suspend() needs to be called on
endpoint widgets. In this case those are the board level Speaker and
Headphone widgets and not the CODEC output widgets that are connected to
them.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/byt-rt5640.c