1. 20 3月, 2020 1 次提交
  2. 12 2月, 2020 1 次提交
  3. 14 1月, 2020 1 次提交
  4. 05 1月, 2020 1 次提交
  5. 03 1月, 2020 1 次提交
  6. 15 12月, 2019 3 次提交
  7. 05 11月, 2019 1 次提交
  8. 20 8月, 2019 1 次提交
  9. 04 7月, 2019 1 次提交
  10. 31 5月, 2019 1 次提交
  11. 24 5月, 2019 1 次提交
  12. 23 3月, 2019 1 次提交
  13. 06 2月, 2019 1 次提交
  14. 11 12月, 2018 1 次提交
  15. 19 11月, 2018 2 次提交
  16. 12 11月, 2018 2 次提交
    • T
      ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() · d99501b8
      Takashi Iwai 提交于
      We need to call pci_iounmap() instead of iounmap() for the regions
      obtained via pci_iomap() call for some archs that need special
      treatment.
      
      Fixes: aa31704f ("ALSA: hda/ca0132: Add PCI region2 iomap for SBZ")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d99501b8
    • T
      ALSA: hda/ca0132 - Optimize for non-PCI configuration · 6da8f446
      Takashi Iwai 提交于
      All the recent support of Creative boards and onboard audio depend on
      PCI, but they can't be trimmed easily even if you build without
      CONFIG_PCI, since the quirk is detected dynamically and the code has
      many branches with the flag check like spec->quirk type or
      spec->use_alt_functions.
      
      This patch makes these checks static for CONFIG_PCI=n case so that the
      compiler optimizes out.  The access to flags are replaced with macros
      that are replaced with a static value for CONFIG_PCI=n.
      
      The macros look slightly ugly for avoiding compiler warnings wrt
      unused variables, and some additional default-case handlings for
      another compiler warnings, but the rest are very straightforward
      changes.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6da8f446
  17. 22 10月, 2018 1 次提交
  18. 09 10月, 2018 4 次提交
  19. 02 10月, 2018 11 次提交
  20. 20 9月, 2018 4 次提交