1. 24 8月, 2016 1 次提交
  2. 04 8月, 2016 1 次提交
  3. 01 8月, 2016 2 次提交
  4. 08 7月, 2016 1 次提交
  5. 05 7月, 2016 1 次提交
  6. 24 6月, 2016 2 次提交
  7. 15 6月, 2016 1 次提交
  8. 07 6月, 2016 1 次提交
  9. 03 6月, 2016 1 次提交
  10. 30 5月, 2016 2 次提交
  11. 25 5月, 2016 1 次提交
  12. 24 5月, 2016 1 次提交
  13. 20 5月, 2016 1 次提交
  14. 10 5月, 2016 1 次提交
  15. 09 5月, 2016 1 次提交
  16. 08 5月, 2016 1 次提交
  17. 26 4月, 2016 1 次提交
  18. 18 4月, 2016 1 次提交
  19. 11 4月, 2016 1 次提交
  20. 01 4月, 2016 1 次提交
  21. 23 3月, 2016 3 次提交
  22. 11 3月, 2016 1 次提交
  23. 03 3月, 2016 1 次提交
  24. 25 2月, 2016 3 次提交
  25. 09 2月, 2016 1 次提交
    • T
      ALSA: hda - Fix bad dereference of jack object · 2ebab40e
      Takashi Iwai 提交于
      The hda_jack_tbl entries are managed by snd_array for allowing
      multiple jacks.  It's good per se, but the problem is that struct
      hda_jack_callback keeps the hda_jack_tbl pointer.  Since snd_array
      doesn't preserve each pointer at resizing the array, we can't keep the
      original pointer but have to deduce the pointer at each time via
      snd_array_entry() instead.  Actually, this resulted in the deference
      to the wrong pointer on codecs that have many pins such as CS4208.
      
      This patch replaces the pointer to the NID value as the search key.
      As an unexpected good side effect, this even simplifies the code, as
      only NID is needed in most cases.
      
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2ebab40e
  26. 07 2月, 2016 1 次提交
  27. 06 2月, 2016 1 次提交
    • T
      Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo" · 6c361d10
      Takashi Iwai 提交于
      This reverts commit 0c25ad80.
      
      The original commit disabled the aamixer path due to the noise
      problem, but it turned out that some mobo with the same PCI SSID
      doesn't suffer from the issue, and the disabled function (analog
      loopback) is still demanded by users.
      
      Since the recent commit [e7fdd527: ALSA: hda - Implement loopback
      control switch for Realtek and other codecs], we have the dynamic
      mixer switch to enable/disable the aamix path, and we don't have to
      disable the path statically any longer.  So, let's revert the
      disablement, so that only the user suffering from the noise problem
      can turn off the aamix on the fly.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=108301
      Reported-by: <mutedbytes@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6c361d10
  28. 03 2月, 2016 3 次提交
  29. 18 1月, 2016 1 次提交
  30. 15 1月, 2016 1 次提交
  31. 13 1月, 2016 1 次提交