1. 27 10月, 2011 3 次提交
  2. 26 10月, 2011 2 次提交
  3. 24 10月, 2011 1 次提交
  4. 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
  5. 19 10月, 2011 1 次提交
  6. 18 10月, 2011 6 次提交
  7. 17 10月, 2011 1 次提交
  8. 13 10月, 2011 2 次提交
  9. 06 10月, 2011 5 次提交
  10. 05 10月, 2011 2 次提交
  11. 04 10月, 2011 1 次提交
  12. 03 10月, 2011 2 次提交
  13. 30 9月, 2011 1 次提交
  14. 29 9月, 2011 2 次提交
    • T
      ALSA: hda - Allow patching with any vendor/subsystem ids · ef940b04
      Takashi Iwai 提交于
      In the ugly real world, there area really broken devices that don't set
      codec SSID correctly.  In such a case, the ID can be random, thus the
      patching won't work reliably.
      
      For applying the patch forcibly to such a device, the driver will skip
      the vendor and/or subsystem ID checks when zero or a negative number is
      given in [codec] section.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ef940b04
    • T
      ALSA: hda - Add snoop option · 27fe48d9
      Takashi Iwai 提交于
      Added a new option "snoop" for the traffic control of the HD-audio
      controller chip.  When set to 0, the non-snooping mode is used with
      the traffic control bit is set in each stream control register.
      This may allow better operations in the low power mode, but the actual
      implementation is depending pretty much on the chipset.
      
      As already implemented, more or less each chipset has own snoop-control
      register bit.  Now this setup refers to the snoop option, too.
      
      Also, a new VIA chipset may require the non-snooping mode when set so
      in BIOS.  In such a case, the option value is overridden.
      
      As default, it's still set to snoop=1 for keeping the same behavior as
      before.  In near future, it'll be set to 0 as default after checking
      it works in every system well.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      27fe48d9
  15. 28 9月, 2011 3 次提交
  16. 27 9月, 2011 2 次提交
  17. 26 9月, 2011 4 次提交
  18. 24 9月, 2011 1 次提交