From 0469b2257e69527c112755c21c9d6f53f9121721 Mon Sep 17 00:00:00 2001 From: Zeng Zhaoming Date: Mon, 8 Aug 2011 02:19:34 +0800 Subject: ENGR00154433 ASRC: Fix ASRC build error. Fix asrc build error introduced by: 'be75f376017a04b55cc9f4b3d1c3f2836deb9e47' Signed-off-by: Zeng Zhaoming --- drivers/mxc/asrc/mxc_asrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/asrc/mxc_asrc.c b/drivers/mxc/asrc/mxc_asrc.c index ea35fa1d066a..5db445137a58 100644 --- a/drivers/mxc/asrc/mxc_asrc.c +++ b/drivers/mxc/asrc/mxc_asrc.c @@ -576,7 +576,7 @@ int asrc_config_pair(struct asrc_config *config) } - if (cpu_is_mx53) { + if (cpu_is_mx53()) { /* * for mx53, we need to set input data format * and output data format -- cgit v1.2.3