1. 18 3月, 2013 1 次提交
  2. 14 2月, 2013 1 次提交
  3. 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
  4. 21 1月, 2013 1 次提交
  5. 19 1月, 2013 1 次提交
  6. 12 1月, 2013 3 次提交
  7. 09 1月, 2013 1 次提交
  8. 12 12月, 2012 1 次提交
  9. 01 12月, 2012 1 次提交
  10. 09 11月, 2012 2 次提交
  11. 15 10月, 2012 1 次提交
  12. 06 10月, 2012 3 次提交
  13. 20 9月, 2012 1 次提交
  14. 19 9月, 2012 1 次提交
  15. 30 8月, 2012 1 次提交
  16. 22 8月, 2012 1 次提交
  17. 07 8月, 2012 2 次提交
  18. 03 7月, 2012 1 次提交
  19. 26 6月, 2012 1 次提交
  20. 21 6月, 2012 1 次提交
  21. 13 6月, 2012 1 次提交
  22. 12 5月, 2012 1 次提交
  23. 10 5月, 2012 1 次提交
  24. 09 5月, 2012 1 次提交
  25. 20 4月, 2012 2 次提交
    • T
      ALSA: hda - Add snd_hda_get_default_vref() helper function · 4740860b
      Takashi Iwai 提交于
      Add a new helper function to guess the default VREF pin control bits
      for mic in.  This can be used to set the pin control value safely
      matching with the actual pin capabilities.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4740860b
    • T
      ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functions · cdd03ced
      Takashi Iwai 提交于
      For setting the pin-control values more safely to match with the
      actual pin capability bits, a copule of new helper functions,
      snd_hda_set_pin_ctl() and snd_hda_set_pin_ctl_cache(), are
      introduced.  These are simple replacement of the codec verb write with
      AC_VERB_SET_PIN_WIDGET but do more sanity checks and filter out
      superfluous pin-control bits if they don't fit with the corresponding
      pin capabilities.
      
      Some codecs are screwed up or ignore the command when such a wrong bit
      is set.  These helpers will avoid such secret errors.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cdd03ced
  26. 19 4月, 2012 2 次提交
  27. 10 4月, 2012 1 次提交
  28. 07 4月, 2012 5 次提交