1. 27 11月, 2013 1 次提交
  2. 07 11月, 2013 1 次提交
  3. 17 10月, 2013 1 次提交
  4. 30 9月, 2013 1 次提交
  5. 16 7月, 2013 1 次提交
  6. 20 6月, 2013 1 次提交
  7. 04 5月, 2013 1 次提交
  8. 29 4月, 2013 1 次提交
  9. 18 3月, 2013 3 次提交
  10. 14 3月, 2013 1 次提交
    • T
      ALSA: hda - Don't apply EAPD power filter as default · ba615b86
      Takashi Iwai 提交于
      So far, the driver doesn't power down the widget at going down to D3
      when the widget node has an EAPD capability and EAPD is actually set
      on all codecs unless codec->power_filter is set explicitly.
      This caused a problem on some Conexant codecs, leading to click
      noises, and we set it as NULL there.  But it is very unlikely that the
      problem hits only these codecs.
      
      Looking back at the development history, this workaround for EAPD was
      introduced just for some laptops with STAC9200 codec, then we applied
      it blindly for all.  Now, since it's revealed to have an ill effect,
      we should disable this workaround per default and apply only for the
      known requiring systems.
      
      The EAPD workaround is implemented now as snd_hda_codec_eapd_power_filter(),
      and this has to be set explicitly by the codec driver when needed.
      As of now, only patch_stac9200() sets this one.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ba615b86
  11. 14 2月, 2013 1 次提交
  12. 25 1月, 2013 1 次提交
    • T
      ALSA: hda - Add power state filtering · 9419ab6b
      Takashi Iwai 提交于
      Add a hook to struct hda_codec for filtering the target power state of
      each widget when powering up/down.  The current hackish EAPD check is
      implemented as the default hook pointer, too.
      
      This allows codec drivers to implement own power filter.  In the
      upcoming changes, the generic parser will have the better power filter
      based on the active paths.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9419ab6b
  13. 21 1月, 2013 1 次提交
  14. 19 1月, 2013 1 次提交
  15. 12 1月, 2013 3 次提交
  16. 09 1月, 2013 1 次提交
  17. 12 12月, 2012 1 次提交
  18. 01 12月, 2012 1 次提交
  19. 09 11月, 2012 2 次提交
  20. 15 10月, 2012 1 次提交
  21. 06 10月, 2012 3 次提交
  22. 20 9月, 2012 1 次提交
  23. 19 9月, 2012 1 次提交
  24. 30 8月, 2012 1 次提交
  25. 22 8月, 2012 1 次提交
  26. 07 8月, 2012 2 次提交
  27. 03 7月, 2012 1 次提交
  28. 26 6月, 2012 1 次提交
  29. 21 6月, 2012 1 次提交
  30. 13 6月, 2012 1 次提交
  31. 12 5月, 2012 1 次提交
  32. 10 5月, 2012 1 次提交