1. 30 Jun, 2011 2 commits
    • 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
  2. 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
  3. 28 Jun, 2011 3 commits
  4. 24 Jun, 2011 2 commits
  5. 23 Jun, 2011 4 commits
  6. 21 Jun, 2011 4 commits
  7. 20 Jun, 2011 1 commit
  8. 17 Jun, 2011 2 commits
  9. 16 Jun, 2011 1 commit
  10. 15 Jun, 2011 1 commit
  11. 14 Jun, 2011 2 commits
  12. 13 Jun, 2011 3 commits
  13. 12 Jun, 2011 4 commits
  14. 10 Jun, 2011 6 commits
  15. 09 Jun, 2011 3 commits
  16. 08 Jun, 2011 1 commit