1. 28 1月, 2013 1 次提交
  2. 24 1月, 2013 1 次提交
  3. 19 1月, 2013 1 次提交
  4. 18 1月, 2013 1 次提交
  5. 10 1月, 2013 1 次提交
  6. 08 1月, 2013 1 次提交
  7. 18 12月, 2012 2 次提交
  8. 03 12月, 2012 1 次提交
    • T
      ALSA: hda/realtek - Keep the channel count for multiple speakers · b6adb57d
      Takashi Iwai 提交于
      The current Realtek driver reconfigures the max PCM channels
      dynamically according to the value of Channel Mode enum if the
      multi-io retasking is available.  It works fine for multi-io pins.
      But when multiple speaker pins are available, the channels of speakers
      also have to obey to the channel mode, which isn't nice.
      (That is, when you select "2ch" in Channel Mode so that the line-in
       and mic jack behave as input, you can't play surrounds properly from
       the built-in speaker.)
      
      This patch fixes the problem by taking the channel number for multiple
      speakers into account in the channel-mode setup code.
      Also it fixes the wrongly set up max_channels value in the case of
      multi-io extension.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b6adb57d
  9. 01 12月, 2012 1 次提交
  10. 30 11月, 2012 2 次提交
  11. 28 11月, 2012 1 次提交
    • T
      ALSA: hda - Call snd_array_init() early and only once · 361dab3e
      Takashi Iwai 提交于
      This is a preliminary patch for introducing a protection to access
      races of snd_array instances.  Call snd_array_init() appropriately
      at the initialization time and don't call it twice.
      
      Also the allocations of codec-spec structs are cleaned up by helper
      functions in patch_sigmatel.c and patch_analog.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      361dab3e
  12. 21 11月, 2012 2 次提交
  13. 20 11月, 2012 1 次提交
    • D
      ALSA: hda - Fix Acer Aspire models with analog mics. · 08a978db
      Dylan Reid 提交于
      The Acer Aspire AO756 has an analog built-in mic on nid 0x1b and an
      external mic on nid 0x19.  The BIOS doesn't set this up.
      
      The mic detect on this Acer Aspire netbook and Acer C7 ChromeBook is
      only valid when the headphone is plugged.  The detect circuit relies on
      the tip detect switch being closed on the jack.  Tell hda_jack to ignore
      the mic sense unless the headphones are plugged.
      Signed-off-by: NDylan Reid <dgreid@chromium.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      08a978db
  14. 12 11月, 2012 1 次提交
  15. 09 11月, 2012 1 次提交
  16. 08 11月, 2012 2 次提交
  17. 21 10月, 2012 1 次提交
  18. 20 10月, 2012 1 次提交
  19. 17 10月, 2012 2 次提交
  20. 10 10月, 2012 2 次提交
  21. 06 10月, 2012 3 次提交
  22. 22 9月, 2012 1 次提交
  23. 07 9月, 2012 1 次提交
  24. 30 8月, 2012 1 次提交
  25. 22 8月, 2012 1 次提交
  26. 08 8月, 2012 1 次提交
  27. 07 8月, 2012 1 次提交
  28. 06 8月, 2012 1 次提交
  29. 02 8月, 2012 1 次提交
  30. 29 7月, 2012 1 次提交
    • T
      ALSA: hda - Workaround for silent output on VAIO Z with ALC889 · e427c237
      Takashi Iwai 提交于
      On recent kernels, Realtek codec parser tries to optimize the routing
      aggressively and take the headphone output as primary at first.  This
      caused a regression on VAIO Z with ALC889, the silent output from the
      speaker.
      
      The problem seems that the speaker pin must be connected to the first
      DAC (0x02) on this machine by some reason although the codec itself
      advertises the flexible routing with any DACs.
      
      This patch adds a fix-up for choosing the speaker pin as the primary
      so that the right DAC is assigned on this device.
      Reported-and-tested-by: NAdam Williamson <awilliam@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e427c237
  31. 20 7月, 2012 1 次提交
  32. 18 7月, 2012 1 次提交