1. 06 10月, 2012 2 次提交
  2. 22 9月, 2012 1 次提交
  3. 07 9月, 2012 1 次提交
  4. 30 8月, 2012 1 次提交
  5. 22 8月, 2012 1 次提交
  6. 08 8月, 2012 1 次提交
  7. 07 8月, 2012 1 次提交
  8. 06 8月, 2012 1 次提交
  9. 02 8月, 2012 1 次提交
  10. 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
  11. 20 7月, 2012 1 次提交
  12. 18 7月, 2012 1 次提交
  13. 05 7月, 2012 1 次提交
  14. 03 7月, 2012 1 次提交
  15. 29 6月, 2012 1 次提交
  16. 28 6月, 2012 2 次提交
  17. 26 6月, 2012 2 次提交
  18. 25 6月, 2012 4 次提交
  19. 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
  20. 13 6月, 2012 1 次提交
  21. 12 6月, 2012 1 次提交
  22. 25 5月, 2012 1 次提交
  23. 21 5月, 2012 1 次提交
  24. 19 5月, 2012 1 次提交
  25. 09 5月, 2012 1 次提交
  26. 08 5月, 2012 2 次提交
  27. 07 5月, 2012 2 次提交
  28. 20 4月, 2012 3 次提交
  29. 19 4月, 2012 1 次提交
  30. 13 4月, 2012 1 次提交
    • J
      ALSA: hda/realtek - Fix mem leak (and rid us of trailing whitespace). · 7d7eb9ea
      Jesper Juhl 提交于
      In sound/pci/hda/patch_realtek.c::alc_auto_fill_dac_nids(), in the
      'for (;;)' loop, if the 'badness' value returned from
      fill_and_eval_dacs() is negative, then we'll return from the function
      without freeing the memory we allocated for 'best_cfg', thus leaking.
      Fix the leak by kfree()'ing the memory when badness is negative.
      
      While I was there I also noticed some trailing whitespace in the
      function that I removed (along with all other trailing whitespace in
      the file) - it didn't seem worth-while to do that as two patches, so I
      hope it's OK that I just did it all as one patch.
      Signed-off-by: NJesper Juhl <jj@chaosbits.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7d7eb9ea