1. 30 7月, 2020 1 次提交
  2. 27 7月, 2020 1 次提交
  3. 25 7月, 2020 2 次提交
  4. 18 7月, 2020 1 次提交
  5. 16 7月, 2020 3 次提交
  6. 13 7月, 2020 1 次提交
  7. 11 7月, 2020 2 次提交
  8. 07 7月, 2020 4 次提交
  9. 17 6月, 2020 1 次提交
  10. 16 6月, 2020 1 次提交
  11. 08 6月, 2020 1 次提交
  12. 27 5月, 2020 1 次提交
  13. 26 5月, 2020 1 次提交
    • T
      ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaround · 399c01aa
      Takashi Iwai 提交于
      We fixed the regression of the speaker volume for some Thinkpad models
      (e.g. T570) by the commit 54947cd6 ("ALSA: hda/realtek - Fix
      speaker output regression on Thinkpad T570").  Essentially it fixes
      the DAC / pin pairing by a static table.  It was confirmed and merged
      to stable kernel later.
      
      Now, interestingly, we got another regression report for the very same
      model (T570) about the similar problem, and the commit above was the
      culprit.  That is, by some reason, there are devices that prefer the
      DAC1, and another device DAC2!
      
      Unfortunately those have the same ID and we have no idea what can
      differentiate, in this patch, a new fixup model "tpt470-dock-fix" is
      provided, so that users with such a machine can apply it manually.
      When model=tpt470-dock-fix option is passed to snd-hda-intel module,
      it avoids the fixed DAC pairing and the DAC1 is assigned to the
      speaker like the earlier versions.
      
      Fixes: 54947cd6 ("ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570")
      BugLink: https://apibugzilla.suse.com/show_bug.cgi?id=1172017
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20200526062406.9799-1-tiwai@suse.deSigned-off-by: NTakashi Iwai <tiwai@suse.de>
      399c01aa
  14. 19 5月, 2020 1 次提交
  15. 18 5月, 2020 1 次提交
  16. 15 5月, 2020 1 次提交
  17. 12 5月, 2020 4 次提交
  18. 10 5月, 2020 1 次提交
  19. 04 5月, 2020 2 次提交
  20. 01 5月, 2020 4 次提交
  21. 27 4月, 2020 1 次提交
  22. 23 4月, 2020 1 次提交
  23. 19 4月, 2020 1 次提交
    • T
      ALSA: hda/realtek - Fix unexpected init_amp override · 67791202
      Takashi Iwai 提交于
      The commit 1c76aa5f ("ALSA: hda/realtek - Allow skipping
      spec->init_amp detection") changed the way to assign spec->init_amp
      field that specifies the way to initialize the amp.  Along with the
      change, the commit also replaced a few fixups that set spec->init_amp
      in HDA_FIXUP_ACT_PROBE with HDA_FIXUP_ACT_PRE_PROBE.  This was rather
      aligning to the other fixups, and not supposed to change the actual
      behavior.
      
      However, this change turned out to cause a regression on FSC S7020,
      which hit exactly the above.  The reason was that there is still one
      place that overrides spec->init_amp after HDA_FIXUP_ACT_PRE_PROBE
      call, namely in alc_ssid_check().
      
      This patch fixes the regression by adding the proper spec->init_amp
      override check, i.e. verifying whether it's still ALC_INIT_UNDEFINED.
      
      Fixes: 1c76aa5f ("ALSA: hda/realtek - Allow skipping spec->init_amp detection")
      Cc: <stable@vger.kernel.org>
      BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207329
      Link: https://lore.kernel.org/r/20200418190639.10082-1-tiwai@suse.deSigned-off-by: NTakashi Iwai <tiwai@suse.de>
      67791202
  24. 11 4月, 2020 1 次提交
  25. 08 4月, 2020 1 次提交
  26. 07 4月, 2020 1 次提交