1. 05 8月, 2010 3 次提交
  2. 04 8月, 2010 2 次提交
    • T
      ALSA: hda - Fix initial capsrc selection in patch_alc269() · 748cce43
      Takashi Iwai 提交于
      In patch_alc269(), we initialize the primary capsrc so that the device
      works from the beginning.  It issues CONNECT_SEL verb no matter which
      widget is although some widget (e.g. 0x23) has no connection selection
      but a mixer, which requires unmuting instead.
      
      This patch fixes the initialization of capsrc by re-using the code as
      a helper function.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      748cce43
    • P
      ASoC: TWL4030: Capture route runtime DAPM ordering fix · bda7d2a8
      Peter Ujfalusi 提交于
      Fix the ordering problem in DAPM domain, when the user
      changes between digital and analog sources during active
      capture (or loopback) scenario.
      Before this patch, when the user changed from analog source
      to digital there were a short time, when the codec enabled
      analog mic bias (2.2 volts) instead of the correct digital
      mic bias (1.8 volts) to the digital microphones.
      This behaviour caused by the former implementation of
      selecting the correct type of bias. This was done at the
      POST_REG event of the DAPM_MUX_E("TXx Capture Route")
      widget.
      By moving the bias type selection as DAPM_SUPPLY and
      connecting it to the corresponding digimic widget the
      problematic situation can be avoided.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      bda7d2a8
  3. 03 8月, 2010 21 次提交
  4. 02 8月, 2010 8 次提交
  5. 31 7月, 2010 6 次提交