1. 28 5月, 2010 1 次提交
  2. 27 5月, 2010 1 次提交
  3. 11 5月, 2010 1 次提交
  4. 10 5月, 2010 2 次提交
  5. 05 5月, 2010 4 次提交
  6. 15 4月, 2010 1 次提交
    • J
      ALSA: hda - Add initial support for Thinkpad T410s HDA codec · 7b2bfdbc
      Jens Taprogge 提交于
      attached please find a patch that adds support for at least the T410s
      HDA codec.  Most likely it will also add support for the T410 and T510
      based models.
      
      The patch was derived from Ideapad support.  Support for the laptop's and
      docking-station output connectors as well as the docking-station microphone
      connector and the laptops internal devices has been tested.  Since it has been
      developed without a data-sheet available, support for digital outputs and the
      laptop's microphone input may well be incorrect.
      
      Microphone mute functionality is not included:
      The microphone mute button seems to be reported through thinkpad_acpi key
      0000101b.  The mute button LED seems to be wired to thinkpad_acpi led
      number 15.
      Signed-off-by: NJens Taprogge <jens.taprogge@taprogge.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7b2bfdbc
  7. 22 3月, 2010 1 次提交
  8. 13 2月, 2010 1 次提交
  9. 29 1月, 2010 1 次提交
  10. 24 1月, 2010 7 次提交
  11. 08 1月, 2010 3 次提交
  12. 17 12月, 2009 2 次提交
  13. 15 12月, 2009 2 次提交
  14. 01 12月, 2009 1 次提交
  15. 26 11月, 2009 1 次提交
  16. 24 11月, 2009 1 次提交
  17. 18 11月, 2009 1 次提交
  18. 10 11月, 2009 1 次提交
  19. 04 11月, 2009 1 次提交
  20. 24 9月, 2009 1 次提交
  21. 16 7月, 2009 1 次提交
  22. 22 6月, 2009 1 次提交
  23. 28 5月, 2009 1 次提交
  24. 14 4月, 2009 1 次提交
    • T
      ALSA: hda - Avoid call of snd_jack_report at release · 95c09099
      Takashi Iwai 提交于
      Don't call snd_jack_report at release of sigmatel and conexnat codecs
      which results in Oops at unloading the module.
      
      The Oops is triggered by the power-up sequence during the free due to
      the pincfg restoration.  Since the power-up sequence is involved with
      the unsol handling, the jack reporting may be issued during that.
      The Oops occurs with this jack reporting because the jack instances
      have been already released but the codec doesn't do the proper
      book-keeping.
      
      This patch adds the book-keeping of jack instances to avoid the access
      to bogus pointers.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      95c09099
  25. 13 3月, 2009 1 次提交
  26. 12 3月, 2009 1 次提交