1. 11 12月, 2018 1 次提交
  2. 19 11月, 2018 2 次提交
  3. 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
  4. 22 10月, 2018 1 次提交
  5. 09 10月, 2018 4 次提交
  6. 02 10月, 2018 11 次提交
  7. 20 9月, 2018 15 次提交
  8. 12 9月, 2018 1 次提交
  9. 30 8月, 2018 1 次提交
  10. 29 8月, 2018 1 次提交
  11. 09 8月, 2018 1 次提交