1. 20 6月, 2022 1 次提交
  2. 07 6月, 2022 1 次提交
  3. 08 5月, 2022 1 次提交
  4. 14 8月, 2021 2 次提交
  5. 28 4月, 2021 1 次提交
  6. 06 4月, 2021 1 次提交
  7. 06 3月, 2021 1 次提交
  8. 24 1月, 2021 1 次提交
  9. 31 12月, 2020 1 次提交
  10. 09 7月, 2020 1 次提交
  11. 18 6月, 2020 2 次提交
  12. 23 1月, 2020 1 次提交
  13. 03 1月, 2020 1 次提交
  14. 20 11月, 2019 1 次提交
  15. 20 8月, 2019 1 次提交
  16. 14 8月, 2019 2 次提交
    • H
      ALSA: hda - Add a generic reboot_notify · 871b9066
      Hui Wang 提交于
      Make codec enter D3 before rebooting or poweroff can fix the noise
      issue on some laptops. And in theory it is harmless for all codecs
      to enter D3 before rebooting or poweroff, let us add a generic
      reboot_notify, then realtek and conexant drivers can call this
      function.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NHui Wang <hui.wang@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      871b9066
    • H
      ALSA: hda - Let all conexant codec enter D3 when rebooting · 401714d9
      Hui Wang 提交于
      We have 3 new lenovo laptops which have conexant codec 0x14f11f86,
      these 3 laptops also have the noise issue when rebooting, after
      letting the codec enter D3 before rebooting or poweroff, the noise
      disappers.
      
      Instead of adding a new ID again in the reboot_notify(), let us make
      this function apply to all conexant codec. In theory make codec enter
      D3 before rebooting or poweroff is harmless, and I tested this change
      on a couple of other Lenovo laptops which have different conexant
      codecs, there is no side effect so far.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NHui Wang <hui.wang@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      401714d9
  17. 25 7月, 2019 1 次提交
  18. 24 5月, 2019 1 次提交
  19. 13 3月, 2019 1 次提交
  20. 08 2月, 2019 1 次提交
  21. 21 1月, 2019 1 次提交
  22. 16 12月, 2018 1 次提交
  23. 12 10月, 2018 1 次提交
  24. 30 8月, 2018 1 次提交
  25. 29 8月, 2018 1 次提交
  26. 29 7月, 2018 2 次提交
  27. 16 7月, 2018 1 次提交
  28. 27 6月, 2018 1 次提交
  29. 25 6月, 2018 1 次提交
    • T
      ALSA: hda/conexant - Clean up beep code · 51e19ca5
      Takashi Iwai 提交于
      Like the previous commit for Realtek codec, the similar cleanup work
      can be applied to Conexant codec, too.  A slight difference is that
      the call of cx_auto_parse_beep() is moved after
      snd_hda_gen_parse_auto_config().  It's not strictly needed, but it'd
      be good to make the creation of such beep mixers at the end, which
      matches with the former situation.
      
      Along with this conversion, cx_auto_build_controls() becomes just
      calling snd_hda_gen_build_controls(), so it's simply replaced with
      snd_hda_gen_build_controls.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      51e19ca5
  30. 21 6月, 2018 2 次提交
  31. 12 6月, 2018 2 次提交
  32. 22 5月, 2018 2 次提交
  33. 24 4月, 2018 1 次提交