1. 08 5月, 2019 3 次提交
  2. 27 4月, 2019 1 次提交
  3. 20 4月, 2019 1 次提交
  4. 17 4月, 2019 2 次提交
  5. 03 4月, 2019 9 次提交
  6. 19 3月, 2019 4 次提交
  7. 27 2月, 2019 2 次提交
  8. 13 2月, 2019 3 次提交
  9. 07 2月, 2019 1 次提交
    • K
      ALSA: hda/realtek - Fixed hp_pin no value · 1ac48daf
      Kailang Yang 提交于
      commit 693abe11aa6b27aed6eb8222162f8fb986325cef upstream.
      
      Fix hp_pin always no value.
      
      [More notes on the changes:
      
       The hp_pin value that is referred in alc294_hp_init() is always zero
       at the moment the function gets called, hence this is actually
       useless as in the current code.
      
       And, this kind of init sequence should be called from the codec init
       callback, instead of the parser function.  So, the first fix in this
       patch to move the call call into its own init_hook.
      
       OTOH, this function is needed to be called only once after the boot,
       and it'd take too long for invoking at each resume (where the init
       callback gets called).  So we add a new flag and invoke this only
       once as an additional fix.
      
       The one case is still not covered, though: S4 resume.  But this
       change itself won't lead to any regression in that regard, so we
       leave S4 issue as is for now and fix it later.  -- tiwai ]
      
      Fixes: bde1a7459623 ("ALSA: hda/realtek - Fixed headphone issue for ALC700")
      Signed-off-by: NKailang Yang <kailang@realtek.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1ac48daf
  10. 31 1月, 2019 1 次提交
  11. 17 1月, 2019 3 次提交
  12. 10 1月, 2019 2 次提交
  13. 17 12月, 2018 5 次提交
  14. 13 12月, 2018 3 次提交