1. 10 10月, 2012 2 次提交
  2. 06 10月, 2012 3 次提交
  3. 22 9月, 2012 1 次提交
  4. 07 9月, 2012 1 次提交
  5. 30 8月, 2012 1 次提交
  6. 22 8月, 2012 1 次提交
  7. 08 8月, 2012 1 次提交
  8. 07 8月, 2012 1 次提交
  9. 06 8月, 2012 1 次提交
  10. 02 8月, 2012 1 次提交
  11. 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
  12. 20 7月, 2012 1 次提交
  13. 18 7月, 2012 1 次提交
  14. 05 7月, 2012 1 次提交
  15. 03 7月, 2012 1 次提交
  16. 29 6月, 2012 1 次提交
  17. 28 6月, 2012 2 次提交
  18. 26 6月, 2012 2 次提交
  19. 25 6月, 2012 4 次提交
  20. 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
  21. 13 6月, 2012 1 次提交
  22. 12 6月, 2012 1 次提交
  23. 25 5月, 2012 1 次提交
  24. 21 5月, 2012 1 次提交
  25. 19 5月, 2012 1 次提交
  26. 09 5月, 2012 1 次提交
  27. 08 5月, 2012 2 次提交
  28. 07 5月, 2012 2 次提交
  29. 20 4月, 2012 2 次提交
    • T
      ALSA: hda - Add snd_hda_get_default_vref() helper function · 4740860b
      Takashi Iwai 提交于
      Add a new helper function to guess the default VREF pin control bits
      for mic in.  This can be used to set the pin control value safely
      matching with the actual pin capabilities.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4740860b
    • T
      ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functions · cdd03ced
      Takashi Iwai 提交于
      For setting the pin-control values more safely to match with the
      actual pin capability bits, a copule of new helper functions,
      snd_hda_set_pin_ctl() and snd_hda_set_pin_ctl_cache(), are
      introduced.  These are simple replacement of the codec verb write with
      AC_VERB_SET_PIN_WIDGET but do more sanity checks and filter out
      superfluous pin-control bits if they don't fit with the corresponding
      pin capabilities.
      
      Some codecs are screwed up or ignore the command when such a wrong bit
      is set.  These helpers will avoid such secret errors.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cdd03ced