1. 28 6月, 2013 12 次提交
  2. 27 6月, 2013 1 次提交
  3. 26 6月, 2013 1 次提交
  4. 25 6月, 2013 8 次提交
  5. 24 6月, 2013 4 次提交
  6. 22 6月, 2013 2 次提交
  7. 21 6月, 2013 6 次提交
  8. 20 6月, 2013 1 次提交
  9. 19 6月, 2013 1 次提交
    • T
      ALSA: hda - Fix missing Mic Boost controls for VIA codecs · d045c5dc
      Takashi Iwai 提交于
      Some VIA codecs like VT1708S have Mic boost amps in the mic pins but
      they aren't exposed in the capability bits.  In the past driver code,
      we override the pin caps and create mic boost controls forcibly.
      While transition to the generic parser, we lost the mic boost controls
      although the pin caps are still overridden, because the generic parser
      code checks the widget caps, too.
      
      So this patch adds a new helper function to allow the override of the
      given widget capability bits, and makes VIA codecs driver to add the
      missing input-amp capability bit.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=59861
      Cc: <stable@vger.kernel.org> [v3.9+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d045c5dc
  10. 18 6月, 2013 4 次提交