1. 17 10月, 2012 1 次提交
    • T
      ALSA: hda - Add workaround for conflicting IEC958 controls · dcda5806
      Takashi Iwai 提交于
      When both an SPDIF and an HDMI device are created on the same card
      instance, multiple IEC958 controls are created with indices=0, 1, ...
      But the alsa-lib configuration can't know which index corresponds
      actually to which PCM device, and both the SPDIF and the HDMI
      configurations point to the first IEC958 control wrongly.
      
      This patch introduces a (hackish and ugly) workaround: the IEC958
      controls for the SPDIF device are re-labeled with device=1 when HDMI
      coexists.  The device=1 corresponds to the actual PCM device for
      SPDIF, so it's anyway a better representation.  In future, HDMI
      controls should be moved with the corresponding PCM device number,
      too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      dcda5806
  2. 10 10月, 2012 2 次提交
  3. 06 10月, 2012 3 次提交
  4. 22 9月, 2012 1 次提交
  5. 07 9月, 2012 1 次提交
  6. 30 8月, 2012 1 次提交
  7. 22 8月, 2012 1 次提交
  8. 08 8月, 2012 1 次提交
  9. 07 8月, 2012 1 次提交
  10. 06 8月, 2012 1 次提交
  11. 02 8月, 2012 1 次提交
  12. 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
  13. 20 7月, 2012 1 次提交
  14. 18 7月, 2012 1 次提交
  15. 05 7月, 2012 1 次提交
  16. 03 7月, 2012 1 次提交
  17. 29 6月, 2012 1 次提交
  18. 28 6月, 2012 2 次提交
  19. 26 6月, 2012 2 次提交
  20. 25 6月, 2012 4 次提交
  21. 21 6月, 2012 1 次提交
    • T
      ALSA: hda - Fix ALC272X codec detection · 8e5a0509
      Takashi Iwai 提交于
      The codec ALC272X is a special codec for some Dell machines, and its
      detection got broken in the recent kernel because SSID check (required
      by ALC272X check) was moved to the later point.  Now we need to move
      this codec check to the right place, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8e5a0509
  22. 13 6月, 2012 1 次提交
  23. 12 6月, 2012 1 次提交
  24. 25 5月, 2012 1 次提交
  25. 21 5月, 2012 1 次提交
  26. 19 5月, 2012 1 次提交
  27. 09 5月, 2012 1 次提交
  28. 08 5月, 2012 2 次提交
  29. 07 5月, 2012 2 次提交
  30. 20 4月, 2012 1 次提交