1. 07 5月, 2012 1 次提交
  2. 04 5月, 2012 1 次提交
  3. 02 5月, 2012 3 次提交
  4. 01 5月, 2012 5 次提交
  5. 30 4月, 2012 1 次提交
  6. 28 4月, 2012 8 次提交
  7. 27 4月, 2012 10 次提交
  8. 26 4月, 2012 1 次提交
  9. 25 4月, 2012 5 次提交
  10. 24 4月, 2012 4 次提交
  11. 23 4月, 2012 1 次提交
    • L
      ASoC: dapm: Fix x86_64 build warning. · c97f3bdd
      Liam Girdwood 提交于
      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: NLiam Girdwood <lrg@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c97f3bdd