1. 21 2月, 2012 15 次提交
  2. 20 2月, 2012 2 次提交
  3. 18 2月, 2012 4 次提交
  4. 17 2月, 2012 6 次提交
  5. 16 2月, 2012 8 次提交
  6. 13 2月, 2012 3 次提交
  7. 07 2月, 2012 1 次提交
  8. 06 2月, 2012 1 次提交
    • T
      ALSA: hda/realtek - Fix a wrong condition · eedec3d3
      Takashi Iwai 提交于
      sparse complains that "spec->multiout.dac_nids" is a pointer.
      
      sound/pci/hda/patch_realtek.c:2321:37: error: incompatible types for operation (>)
      sound/pci/hda/patch_realtek.c:2321:37:    left side has type unsigned short const [usertype] *dac_nids
      sound/pci/hda/patch_realtek.c:2321:37:    right side has type int
      
      It was meant to be num_dacs instead of dac_nids.
      Although the current code still works as expected (when num_dacs is zero,
      dac_nids should be NULL, too), better to fix now, of course.
      Reported-by: NDan Carpenter <dan.carpenter@oracle.com>
      Cc: David Henningsson <david.henningsson@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      eedec3d3