1. 24 2月, 2015 1 次提交
    • N
      ASoC: core: Add extra dapm properties for Device Tree · f23e860e
      Nicolin Chen 提交于
      The current helper functions, snd_soc_of_parse_audio_simple_widgets()
      and snd_soc_of_parse_audio_routing(), set dapm_widgets and dapm_routes
      without caring if they are already set by using build-in widgets and
      routes in the card driver. So there could be one of them, build-in one
      or Device Tree one, overrided by the other depending on which one was
      assigned later.
      
      This patch adds an extra pair of dapm_widgets and dapm_routes for DT
      use only so as to prevent unexpected overriding.
      Signed-off-by: NNicolin Chen <nicoleotsuka@gmail.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      f23e860e
  2. 09 2月, 2015 1 次提交
  3. 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
  4. 03 2月, 2015 3 次提交
  5. 02 2月, 2015 8 次提交
  6. 29 1月, 2015 4 次提交
  7. 28 1月, 2015 2 次提交
  8. 27 1月, 2015 1 次提交
  9. 26 1月, 2015 3 次提交
  10. 15 1月, 2015 2 次提交
  11. 13 1月, 2015 1 次提交
  12. 12 1月, 2015 1 次提交
  13. 09 1月, 2015 1 次提交
  14. 08 1月, 2015 1 次提交
  15. 04 1月, 2015 1 次提交
  16. 02 1月, 2015 7 次提交
  17. 01 1月, 2015 1 次提交
  18. 30 12月, 2014 1 次提交