1. 02 10月, 2018 10 次提交
  2. 20 9月, 2018 15 次提交
  3. 30 8月, 2018 1 次提交
  4. 09 8月, 2018 11 次提交
  5. 26 7月, 2018 1 次提交
    • T
      ALSA: hda/ca0132 - Use NULL instead of 0 · bb86124c
      Takashi Iwai 提交于
      Use NULL for initializing the snd_kcontrol_new.tlv field, instead of
      0, as warned by sparse:
        sound/pci/hda/patch_ca0132.c:5519:22: warning: Using plain integer as NULL pointer
      
      Also, the driver does the same initialization twice, once for
      knew.tlv.c and another for knew.tlv.p while both point to the same
      address (these are union).  Drop the latter superfluous one.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bb86124c
  6. 12 7月, 2018 2 次提交