]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00212542 SPDIF: move clock operation
authorGary Zhang <b13634@freescale.com>
Wed, 6 Jun 2012 08:22:26 +0000 (16:22 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:03 +0000 (14:12 +0200)
commit9fa564e685f7c24f13790a6fe929f43b57f6a8ec
treea746ebe2bea842a176389e5f72a9b8e2ba9e253a
parent978c361b83283e0ed2b3de45f54e57d2f41242a5
ENGR00212542 SPDIF: move clock operation

Now clock operation occurs in mxc_spdif_trigger(), and
because clock operation is forbidden to exist in interrupt
context, move disabling clock operation to mxc_spdif_shutdown()

Signed-off-by: Gary Zhang <b13634@freescale.com>
sound/soc/codecs/mxc_spdif.c