]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00178459 mxc_spdif: clk_enable return checks
authorAdrian Alonso <aalonso@freescale.com>
Fri, 11 May 2012 17:17:44 +0000 (12:17 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:36 +0000 (08:34 +0200)
commit2d416240faf9776f6598edc169c9667acf904a1d
tree413c086810039e5a20d6714cd6977fa359670137
parentdd6296d80adae300d6aa190f63142ff62274c96f
ENGR00178459 mxc_spdif: clk_enable return checks

* Add clk_enable return checks, if clocks aren't enabled
  writting/reading from spdif register will cause
  system to become unresponsive.
* Remove spdif_audio_clk enable/disable calls
  this clock is not assigned and is reposible for making
  the system unresposive.

Signed-off-by: Adrian Alonso <aalonso@freescale.com>
sound/soc/codecs/mxc_spdif.c