1. 07 11月, 2013 2 次提交
    • T
      ALSA: lx6464es: Fix pointer cast compile warnings · 293db842
      Takashi Iwai 提交于
      The warnings are really harmless but annoying.  Since they are only
      about debug prints, and it's at most 32bit DMA, let's just cast to
      unsigned long.
      
        sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      293db842
    • T
      ALSA: cmi8328: Fix compile warnings without CONFIG_PM · 77ed16cc
      Takashi Iwai 提交于
      Just add an ifdef CONFIG_PM to shut up the warnings:
      
        sound/isa/cmi8328.c:129:13: warning: ‘snd_cmi8328_cfg_save’ defined but not used [-Wunused-function]
        sound/isa/cmi8328.c:136:13: warning: ‘snd_cmi8328_cfg_restore’ defined but not used [-Wunused-function]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      77ed16cc
  2. 06 11月, 2013 11 次提交
  3. 05 11月, 2013 11 次提交
  4. 04 11月, 2013 16 次提交