1. 13 4月, 2009 1 次提交
  2. 08 4月, 2009 1 次提交
    • M
      ASoC: Provide core support for symmetric sample rates · 06f409d7
      Mark Brown 提交于
      Many devices require symmetric configurations of capture and playback
      data formats, often due to shared clocking but sometimes also due to
      other shared playback and record configuration in the device. Start
      providing core support for this by allowing the DAIs or the machine
      to specify that the sample rates used should be kept symmetric.
      
      A flag symmetric_rates is provided in the snd_soc_dai and
      snd_soc_dai_link structures. If this is set in either of the DAIs or in
      the machine then a constraint will be applied when a stream is already
      open preventing any changes in sample rate.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      06f409d7
  3. 30 3月, 2009 1 次提交
  4. 27 3月, 2009 3 次提交
  5. 18 3月, 2009 1 次提交
  6. 16 3月, 2009 1 次提交
  7. 11 3月, 2009 2 次提交
  8. 09 3月, 2009 5 次提交
  9. 05 3月, 2009 1 次提交
  10. 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
  11. 01 3月, 2009 1 次提交
  12. 23 2月, 2009 1 次提交
  13. 17 2月, 2009 1 次提交
  14. 10 2月, 2009 1 次提交
  15. 05 2月, 2009 4 次提交
  16. 31 1月, 2009 1 次提交
  17. 27 1月, 2009 1 次提交
  18. 23 1月, 2009 1 次提交
  19. 21 1月, 2009 1 次提交
  20. 19 1月, 2009 1 次提交
  21. 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
  22. 09 1月, 2009 3 次提交
  23. 08 1月, 2009 2 次提交
  24. 07 1月, 2009 1 次提交
  25. 06 1月, 2009 1 次提交
  26. 04 1月, 2009 1 次提交
  27. 03 1月, 2009 1 次提交