1. 09 Jul, 2011 3 commits
  2. 07 Jul, 2011 2 commits
  3. 05 Jul, 2011 4 commits
  4. 04 Jul, 2011 2 commits
  5. 30 Jun, 2011 3 commits
    • Takashi Iwai's avatar
      ALSA: sb16 - Fix build errors on MIPS and others with 13bit ioctl size · 4f3c7a18
      Takashi Iwai authored
      One of ioctl definition in sound/sb16_csp.h contains the data size
      over 8kB, and this causes build errors on architectures like MIPS,
      which define _IOC_SIZEBITS=13.
      
      For avoiding this build errors but keeping the compatibility, manually
      expand with _IOC() instead of using _IOW() for the problematic ioctl.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      4f3c7a18
    • Takashi Iwai's avatar
      ALSA: hdspm - Fix compile warnings with PPC · 286bed0f
      Takashi Iwai authored
      The char can be unsigned on some architectures.  Since the code checks
      the negative values, they should be declared as signed char explicitly.
      
        sound/pci/rme9652/hdspm.c:5449: warning: comparison is always false due to limited range of data type
        sound/pci/rme9652/hdspm.c:5462: warning: comparison is always false due to limited range of data type
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      286bed0f
    • Takashi Iwai's avatar
      ALSA: cs5535 - Fix invalid big-endian conversions · 71276410
      Takashi Iwai authored
      Fix the wrongly converted short values:
        sound/pci/cs5535audio/cs5535audio_pcm.c:152: warning: large integer implicitly truncated to unsigned type
        sound/pci/cs5535audio/cs5535audio_pcm.c:160: warning: large integer implicitly truncated to unsigned type
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      71276410
  6. 29 Jun, 2011 2 commits
  7. 28 Jun, 2011 3 commits
  8. 24 Jun, 2011 2 commits
  9. 23 Jun, 2011 4 commits
  10. 21 Jun, 2011 4 commits
  11. 20 Jun, 2011 1 commit
  12. 17 Jun, 2011 2 commits
  13. 16 Jun, 2011 1 commit
  14. 15 Jun, 2011 1 commit
  15. 14 Jun, 2011 2 commits
  16. 13 Jun, 2011 3 commits
  17. 12 Jun, 2011 1 commit