From: Liam Girdwood Date: Mon, 23 Apr 2012 09:31:15 +0000 (+0100) Subject: ASoC: dapm: Fix x86_64 build warning. X-Git-Tag: v3.5-rc1~118^2~3^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97f3bdd26080c2cb2a648c37b6dcb8eac2f91e7;p=pandora-kernel.git ASoC: dapm: Fix x86_64 build warning. Fixes the following build warning on x86_64. In file included from include/trace/ftrace.h:567:0, from include/trace/define_trace.h:86, from include/trace/events/asoc.h:410, from sound/soc/soc-core.c:45: include/trace/events/asoc.h: In function 'ftrace_raw_event_snd_soc_dapm_output_path': include/trace/events/asoc.h:246:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] include/trace/events/asoc.h: In function 'ftrace_raw_event_snd_soc_dapm_input_path': include/trace/events/asoc.h:275:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed