commit | 413312aa17ceefe7003ad690778ab72f023128f0 | [log] [tgz] |
---|---|---|
author | Nicolin Chen <Guangyu.Chen@freescale.com> | Fri Mar 28 19:39:25 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Apr 14 17:26:05 2014 +0100 |
tree | 72d5103b91be1b4c611dec70118cc41057652381 | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 [diff] |
ASoC: fsl_sai: Improve fsl_sai_isr() This patch improves fsl_sai_isr() in these ways: 1, Add comment for mask fetching code. 2, Return IRQ_NONE if the IRQ is not for the device. 3, Use regmap_write() instead of regmap_update_bits(). Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>