1. 06 11月, 2011 1 次提交
  2. 04 11月, 2011 1 次提交
  3. 03 11月, 2011 2 次提交
  4. 27 10月, 2011 2 次提交
  5. 24 10月, 2011 1 次提交
  6. 21 10月, 2011 1 次提交
    • T
      ALSA: hda/realtek - Fix DAC assignments of multiple speakers · 716eef03
      Takashi Iwai 提交于
      When a device has multiple speakers and still has the auto-mute support,
      the driver copies line_outs[] to speaker_outs[].  And then it tries to
      assign DACs for both.  This ended up with the assignment only to the
      primary DAC to all speakers.
      
      This patch fixes the situation by checking the duplicated LO/SPK case
      appropriately.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      716eef03
  7. 18 10月, 2011 4 次提交
  8. 17 10月, 2011 1 次提交
  9. 13 10月, 2011 1 次提交
  10. 06 10月, 2011 1 次提交
    • T
      ALSA: hda/realtek - Choose more cleverly the primary outputs · 06503670
      Takashi Iwai 提交于
      When the speaker outputs are more than the headphone outputs, it implies
      that the system has surround speakers while the headphones are only for
      monitoring the front.  In such a case, it's better to put speakers as
      the primary outputs so that the driver can build up and keep the
      surround setup.  Otherwise the system will pick up the headphone as
      primary, and offers less channels than the speakers do support.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      06503670
  11. 26 9月, 2011 2 次提交
  12. 21 9月, 2011 1 次提交
  13. 19 9月, 2011 1 次提交
  14. 25 8月, 2011 1 次提交
  15. 24 8月, 2011 5 次提交
  16. 23 8月, 2011 5 次提交
  17. 19 8月, 2011 1 次提交
  18. 18 8月, 2011 2 次提交
  19. 16 8月, 2011 2 次提交
  20. 15 8月, 2011 2 次提交
  21. 04 8月, 2011 1 次提交
    • T
      ALSA: hda - Fix digital-mic mono recording on ASUS Eee PC · adabb3ec
      Takashi Iwai 提交于
      The digital-mic unit on ASUS Eee PC gives PDM signals instead of the
      normal stereo PCM, thus you can't record a mono stream from the stereo
      stream as is; the summed stereo signal results in almost zero level, and
      you'll hear only soft noise.
      
      As a workaround, use ALC269-specific COEF to manipulate the dmic route
      for mono, like used for ALC271x.  This is implemented as a fix-up, thus
      it works only with model=auto or without REALTEK_QUIRKS Kconfig.
      Reported-and-tested-by: NPavel Roskin <proski@gnu.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      adabb3ec
  22. 27 7月, 2011 2 次提交