1. 11 12月, 2013 2 次提交
  2. 10 12月, 2013 1 次提交
  3. 09 12月, 2013 1 次提交
    • T
      ALSA: hda - Enable stereo mix as default for AD and VIA codecs · f1e762dd
      Takashi Iwai 提交于
      AD and VIA codecs had stereo mixer input enabled as default before
      moving to the generic parser, and people think the lack of such a
      regression.  In this patch, the stereo mixer input is added back to
      the input selection if no auto-mic is available, and if it's not
      disabled explicitly via hint.  This should satisfy most of demands,
      i.e. stereo mix on desktop machines like what it worked before, and it
      still keeps the new auto-mic feature on laptops.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f1e762dd
  4. 07 12月, 2013 2 次提交
    • T
      ALSA: hda - Ignore small negative LPIB delay correction · e8648e5e
      Takashi Iwai 提交于
      Sometimes the hardware reports LPIB being advanced than POSBUF.
      When this happens, the driver adjusts to a positive value by adding
      the buffer size.  Then the driver detects it as an error (greater than
      the period size), and stops the LPIB delay account from this point
      on.
      
      When I took a close look at these conditions, the values shown are all
      very small numbers, and it'd be better to just ignore these values
      instead of discontinuing the LPIB delay correction.
      
      In this patch, the driver checks a negative delay value and ignores if
      it's a significantly small error.  Currently the threshold is set to
      64 frames, but could be smaller.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e8648e5e
    • T
      ALSA: hda - Add missing initialization of aamix paths · 4f7f67fb
      Takashi Iwai 提交于
      The loopback mixing paths aren't initialized correctly at init
      callback.  Mostly this is harmless as codecs usually set the mute
      state as default, but we still should make sure.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4f7f67fb
  5. 06 12月, 2013 3 次提交
  6. 04 12月, 2013 1 次提交
  7. 03 12月, 2013 1 次提交
  8. 02 12月, 2013 4 次提交
  9. 29 11月, 2013 7 次提交
  10. 28 11月, 2013 5 次提交
  11. 27 11月, 2013 9 次提交
  12. 26 11月, 2013 4 次提交