1. 09 11月, 2012 1 次提交
  2. 15 10月, 2012 1 次提交
  3. 06 10月, 2012 3 次提交
  4. 20 9月, 2012 1 次提交
  5. 19 9月, 2012 1 次提交
  6. 30 8月, 2012 1 次提交
  7. 22 8月, 2012 1 次提交
  8. 07 8月, 2012 2 次提交
  9. 03 7月, 2012 1 次提交
  10. 26 6月, 2012 1 次提交
  11. 21 6月, 2012 1 次提交
  12. 13 6月, 2012 1 次提交
  13. 12 5月, 2012 1 次提交
  14. 10 5月, 2012 1 次提交
  15. 09 5月, 2012 1 次提交
  16. 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
  17. 19 4月, 2012 2 次提交
  18. 10 4月, 2012 1 次提交
  19. 07 4月, 2012 6 次提交
  20. 05 4月, 2012 1 次提交
  21. 13 3月, 2012 2 次提交
  22. 12 3月, 2012 1 次提交
  23. 02 3月, 2012 1 次提交
  24. 01 3月, 2012 2 次提交
    • T
      ALSA: hda/conexant - Clear unsol events on unused pins · 07cafff2
      Takashi Iwai 提交于
      It seems that Lenovo machines (or codec chip itself?) leave the unsol
      event tags and the enablement-flag from other pins bogusly even on the
      unused pins.  Although this shouldn't be too critical, it's better to
      clear them up sanely.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      07cafff2
    • T
      ALSA: hda - Add a fake mute feature · 3868137e
      Takashi Iwai 提交于
      Some codecs don't supply the mute amp-capabilities although the lowest
      volume gives the mute.  It'd be handy if the parser provides the mute
      mixers in such a case.
      
      This patch adds an extension amp-cap bit (which is used only in the
      driver) to represent the min volume = mute state.  Also modified the
      amp cache code to support the fake mute feature when this bit is set
      but the real mute bit is unset.
      
      In addition, conexant cx5051 parser uses this new feature to implement
      the missing mute controls.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42825
      
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3868137e
  25. 29 2月, 2012 1 次提交
  26. 21 2月, 2012 1 次提交
  27. 03 2月, 2012 2 次提交