ASoC: wm8350: Remove check for clocks in trigger()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 19:18:27 +0000 (20:18 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 22:36:47 +0000 (23:36 +0100)
commit3e4ba82cacbe0d00449833f587fa871a431fc044
tree5f776b750a6ec5e9548c9d2bb6fbb2bc9c5c6ce3
parentb9c374b26cfb8a052e846f77482c5e4e0548e081
ASoC: wm8350: Remove check for clocks in trigger()

This is now very standard behaviour for CODECs so shouldn't be device
specific and we shouldn't really be trying to peer into the register
cache from atomic context anyway.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8350.c