1. 13 4月, 2015 1 次提交
  2. 12 4月, 2015 1 次提交
  3. 11 4月, 2015 4 次提交
  4. 10 4月, 2015 1 次提交
  5. 13 3月, 2015 1 次提交
  6. 12 3月, 2015 1 次提交
  7. 11 3月, 2015 1 次提交
  8. 10 3月, 2015 5 次提交
  9. 04 3月, 2015 1 次提交
  10. 03 3月, 2015 1 次提交
  11. 23 2月, 2015 1 次提交
  12. 21 2月, 2015 7 次提交
  13. 17 2月, 2015 1 次提交
  14. 12 2月, 2015 7 次提交
  15. 09 2月, 2015 3 次提交
  16. 08 2月, 2015 1 次提交
  17. 06 2月, 2015 1 次提交
    • T
      ALSA: Add a helper to add a new attribute group to card · 6bbc7fed
      Takashi Iwai 提交于
      For assigning sysfs entries for a card device from the driver,
      introduce a new helper function, snd_card_add_dev_attr().  In this
      way, we can avoid the possible race between the device registration
      and the sysfs addition / removal.
      
      The driver can pass a new attribute group to add freely.  This has to
      be called before snd_card_register().
      
      Currently, up to two extra groups can be added.  More than that, it'll
      return an error.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6bbc7fed
  18. 03 2月, 2015 2 次提交