1. 10 12月, 2018 4 次提交
  2. 09 12月, 2018 2 次提交
  3. 07 12月, 2018 5 次提交
  4. 06 12月, 2018 2 次提交
  5. 05 12月, 2018 4 次提交
  6. 03 12月, 2018 4 次提交
  7. 30 11月, 2018 1 次提交
  8. 29 11月, 2018 11 次提交
  9. 28 11月, 2018 2 次提交
  10. 27 11月, 2018 3 次提交
  11. 26 11月, 2018 1 次提交
  12. 25 11月, 2018 1 次提交
    • T
      ALSA: control: Consolidate helpers for adding and replacing ctl elements · 3103c08f
      Takashi Iwai 提交于
      Both snd_ctl_add() and snd_ctl_replace() process the things in a
      fairly similar way, and indeed the most of the codes can be unified.
      
      This patch is a refactoring to consolidate the both functions to call
      a single helper with an extra "mode" argument.  There should be no
      functional difference, except for one additional sanity check applied
      now to snd_ctl_replace() (which was rather overlooking, IMO), too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3103c08f