commit | 8abba5d64835c636d97ac0009ab7430ed832cb93 | [log] [tgz] |
---|---|---|
author | Nicolin Chen <Guangyu.Chen@freescale.com> | Tue Apr 01 11:17:07 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Apr 14 17:26:05 2014 +0100 |
tree | 76c002e8c80b6ed8a4859c2dbf9b1ea5edc2ab8e | |
parent | e6b398465821fb8e08d208bd4ef2b5b73ce87b58 [diff] |
ASoC: fsl_sai: Separately enable interrupts for Tx and Rx streams We only enable one side interrupt for each stream since over/underrun on the opposite stream would be resulted from what we previously did, enabling TERE but remaining FRDE disabled, even though the xrun on the opposite direction will not break the current stream. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Acked-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>