1. 15 9月, 2009 1 次提交
    • T
      ALSA: hda - Fix IDT92HD83* codec setup · 44da531e
      Takashi Iwai 提交于
      Remove unnecessary (and buggy) init sequences left for IDT92HD83*
      codecs in the previous fixes.  The DACs are now dynamically connected,
      thus shouldn't be set statically in init verbs.  Also, the mono_nid
      is detected dynamically, thus shouldn't be set staticaly, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      44da531e
  2. 14 9月, 2009 4 次提交
  3. 02 9月, 2009 3 次提交
  4. 29 8月, 2009 1 次提交
  5. 19 8月, 2009 1 次提交
  6. 15 8月, 2009 1 次提交
  7. 14 8月, 2009 1 次提交
  8. 13 8月, 2009 1 次提交
  9. 10 8月, 2009 1 次提交
  10. 06 8月, 2009 1 次提交
  11. 04 8月, 2009 1 次提交
  12. 03 8月, 2009 2 次提交
  13. 31 7月, 2009 1 次提交
  14. 30 7月, 2009 3 次提交
  15. 29 7月, 2009 6 次提交
  16. 28 7月, 2009 3 次提交
  17. 27 7月, 2009 1 次提交
  18. 22 7月, 2009 3 次提交
  19. 20 7月, 2009 2 次提交
    • T
      ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs · b04add95
      Takashi Iwai 提交于
      The recent rewrite of the codec parser for STAC9872 caused a regression
      for some Sony VAIO models that don't give proper pin default configs
      by BIOS.  Even using model=vaio doesn't work because the pin definitions
      are set after the pin overrides.
      
      This patch fixes the pin definitions in patch_stac9872() to be put
      in the right place before the pin overrides.  Also the patch adds the
      new quirk entry for VAIO F/S to have the correct pin default configs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      b04add95
    • H
      ALSA: hda - Add quirk for Gateway T6834c laptop · 42b95f0c
      Hao Song 提交于
      Gateway T6834c laptops need EAPD always on while the default behavior
      for the STAC9205 reference board is to turn it off upon every HP plug.
      By using the special "eapd" model, which is first introduced for Gateway
      T1616 laptops for this same reason, this peculiarity can be properly
      handled.
      Signed-off-by: NHao Song <baritono.tux@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      42b95f0c
  20. 04 7月, 2009 1 次提交
  21. 22 6月, 2009 2 次提交