1. 06 5月, 2009 1 次提交
  2. 15 4月, 2009 1 次提交
  3. 14 4月, 2009 1 次提交
  4. 10 4月, 2009 1 次提交
  5. 30 3月, 2009 1 次提交
  6. 27 3月, 2009 3 次提交
  7. 18 3月, 2009 1 次提交
  8. 16 3月, 2009 1 次提交
  9. 11 3月, 2009 2 次提交
  10. 09 3月, 2009 5 次提交
  11. 05 3月, 2009 1 次提交
  12. 04 3月, 2009 1 次提交
    • L
      ASoC: Add GPIO support for jack reporting interface · ec67624d
      Lopez Cruz, Misael 提交于
      Add GPIO support to jack reporting framework in ASoC using gpiolib calls.
      The gpio support exports two new functions: snd_soc_jack_add_gpios and
      snd_soc_jack_free_gpios.
      
      Client drivers using gpio feature must pass an array of jack_gpio pins
      belonging to a specific jack to the snd_soc_jack_add_gpios function. The
      framework will request the gpios, set the data direction and request irq.
      The framework will update power status of related jack_pins when an event on
      the gpio pins comes according to the reporting bits defined for each gpio.
      
      All gpio resources allocated when adding jack_gpio pins can be released
      using snd_soc_jack_free_gpios function.
      Signed-off-by: NMisael Lopez Cruz <x0052729@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      ec67624d
  13. 01 3月, 2009 1 次提交
  14. 23 2月, 2009 1 次提交
  15. 17 2月, 2009 1 次提交
  16. 10 2月, 2009 1 次提交
  17. 05 2月, 2009 4 次提交
  18. 31 1月, 2009 1 次提交
  19. 27 1月, 2009 1 次提交
  20. 23 1月, 2009 1 次提交
  21. 21 1月, 2009 1 次提交
  22. 19 1月, 2009 1 次提交
  23. 12 1月, 2009 1 次提交
    • T
      ALSA: Introduce snd_card_create() · 53fb1e63
      Takashi Iwai 提交于
      Introduced snd_card_create() function as a replacement of snd_card_new().
      The new function returns a negative error code so that the probe callback
      can return the proper error code, while snd_card_new() can give only NULL
      check.
      
      The old snd_card_new() is still provided as an inline function but with
      __deprecated attribute.  It'll be removed soon later.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      53fb1e63
  24. 09 1月, 2009 3 次提交
  25. 08 1月, 2009 2 次提交
  26. 07 1月, 2009 1 次提交
  27. 06 1月, 2009 1 次提交