]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Ensure power gets managed for line widgets
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 12 Apr 2012 16:29:36 +0000 (17:29 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 12 Apr 2012 18:36:52 +0000 (19:36 +0100)
commitc6403d0e7450d3d0238dd080354e04908e43dd1b
treefa337d2b8cb9fc50ced59af925179959000ad41c
parent3445c6f7be5968d6257f2019300300cbf54ab313
ASoC: dapm: Ensure power gets managed for line widgets

Line widgets had not been included in either the power up or power down
sequences so if a widget had an event associated with it that event would
never be run. Fix this minimally by adding them to the sequences, we
should probably be doing away with the specific widget types as they all
have the same priority anyway.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
sound/soc/soc-dapm.c