1. 24 11月, 2015 1 次提交
  2. 19 11月, 2015 1 次提交
  3. 15 11月, 2015 1 次提交
  4. 27 10月, 2015 1 次提交
  5. 20 10月, 2015 1 次提交
    • T
      ALSA: hda - convert to hda_device_id · b9a94a9c
      Takashi Iwai 提交于
      Finally we have a proper infrastructure to generate the modaliases
      automatically, let's move to hda_device_id from the legacy
      hda_codec_preset that contains basically the same information.
      
      The patch function hook is stored in driver_data field, which is long,
      and we need an explicit cast.  Other than that, the conversion is
      mostly straightforward.  Each entry is even simplified using a macro,
      and the lengthy (and error-prone) manual modaliases got removed.
      
      As a result, we achieved a quite good diet:
       14 files changed, 407 insertions(+), 595 deletions(-)
      Reviewed-by: NVinod Koul <vinod.koul@intel.com>
      Tested-by: NSubhransu S Prusty <subhransu.s.prusty@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b9a94a9c
  6. 15 10月, 2015 1 次提交
  7. 03 10月, 2015 1 次提交
  8. 25 9月, 2015 1 次提交
    • T
      ALSA: hda - Disable power_save_node for Thinkpads · 7f57d803
      Takashi Iwai 提交于
      Lenovo Thinkpads with recent Realtek codecs seem suffering from click
      noises at power transition since the introduction of widget power
      saving in 4.1 kernel.  Although this might be solved by some delays in
      appropriate points, as a quick workaround, just disable the
      power_save_node feature for now.  The gain it gives is relatively
      small, and this makes the situation back to pre 4.1 time.
      
      This patch ended up with a bit more code changes than usual because
      the existing fixup for Thinkpads is highly chained.  Instead of adding
      yet another chain, combine a few of them into a single fixup entry, as
      a gratis cleanup.
      
      Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=943982
      Cc: <stable@vger.kernel.org> # v4.1+
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7f57d803
  9. 06 9月, 2015 3 次提交
  10. 04 9月, 2015 1 次提交
  11. 19 8月, 2015 1 次提交
  12. 13 8月, 2015 1 次提交
  13. 05 8月, 2015 3 次提交
  14. 03 8月, 2015 1 次提交
  15. 31 7月, 2015 1 次提交
  16. 29 7月, 2015 1 次提交
  17. 27 7月, 2015 1 次提交
  18. 25 7月, 2015 1 次提交
  19. 22 7月, 2015 2 次提交
  20. 19 7月, 2015 1 次提交
  21. 16 7月, 2015 1 次提交
  22. 29 6月, 2015 2 次提交
  23. 27 6月, 2015 1 次提交
  24. 26 6月, 2015 1 次提交
  25. 25 6月, 2015 1 次提交
  26. 16 6月, 2015 1 次提交
  27. 15 6月, 2015 1 次提交
    • T
      ALSA: hda - Fix audio crackles on Dell Latitude E7x40 · 8b99aba7
      Takashi Iwai 提交于
      We still got a report that the audio crackles and noises occur with
      the recent 4.1 kernels on Dell machines.  These machines seem to need
      similar workarounds that have been applied to the recent Dell XPS 13
      models.  Since the codec of these machines (Dell Latitute E7240 and
      E7440) is different from XPS 13's one, we need a new fixup entry.
      
      Also, it was confirmed that the previous workaround to disable the
      widget power-save (commit [219f47e4: ALSA: hda - Disable widget
      power-saving for ALC292 & co]) is no longer needed after this fix.
      So, this patch includes the partial revert of the commit, too.
      Reported-and-tested-by: NMihai Donțu <mihai.dontu@gmail.com>
      Tested-by: NJonathan McDowell <noodles@earth.li>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8b99aba7
  28. 03 6月, 2015 1 次提交
  29. 29 5月, 2015 3 次提交
  30. 28 5月, 2015 1 次提交
  31. 27 5月, 2015 1 次提交
  32. 26 5月, 2015 1 次提交