]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Fix x86_64 build warning.
authorLiam Girdwood <lrg@ti.com>
Mon, 23 Apr 2012 09:31:15 +0000 (10:31 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 23 Apr 2012 12:15:35 +0000 (13:15 +0100)
commit9972ebf3e4e99d99f8aa373f170208680feaee69
treeb35a0e006486995ce7d18028f9bdbd3f1d803c66
parent9ba8baf18a019ebf610210376ebff529e08f2e7a
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 <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/trace/events/asoc.h