1. 07 Jul, 2011 1 commit
  2. 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
  3. 29 Jun, 2011 1 commit
    • Wu Fengguang's avatar
      ALSA: HDMI - fix ELD monitor name length · f5b2d0ef
      Wu Fengguang authored
      I noticed that the last character of the ELD monitor name is lost,
      this fixes the issue.
      
      This fix should be confirming to the HDA spec, and works together with
      the DRM part of the ELD patch.
      
      The HDA spec does not mention that Monitor_Name_String is an '\0'
      ending string, and it allows NML to be 1, which is only valid when MNL
      does not count the possible ending '\0'.
      Signed-off-by: default avatarWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      f5b2d0ef
  4. 28 Jun, 2011 3 commits
  5. 24 Jun, 2011 2 commits
  6. 23 Jun, 2011 4 commits
  7. 21 Jun, 2011 4 commits
  8. 20 Jun, 2011 1 commit
  9. 17 Jun, 2011 2 commits
  10. 16 Jun, 2011 1 commit
  11. 15 Jun, 2011 1 commit
  12. 14 Jun, 2011 2 commits
  13. 13 Jun, 2011 3 commits
  14. 12 Jun, 2011 4 commits
  15. 10 Jun, 2011 6 commits
  16. 09 Jun, 2011 2 commits