mbox series

[0/7] Add devres support to card resources

Message ID 20180920155502.7534-1-tiwai@suse.de (mailing list archive)
Headers show
Series Add devres support to card resources | expand

Message

Takashi Iwai Sept. 20, 2018, 3:54 p.m. UTC
Hi,

here is the patchset containing the changes to support a
device-managed resource management for ALSA card and memory pages.
The actual code changes are identical with the previous RFC series,
but a few documentation updates are included in this official set.


Takashi

===

Takashi Iwai (7):
  ALSA: core: Add device-managed page allocator helper
  ALSA: core: Add managed card creation
  ALSA: intel8x0: Allocate resources with device-managed APIs
  ALSA: atiixp: Allocate resources with device-managed APIs
  ALSA: hda: Allocate resources with device-managed APIs
  ALSA: doc: Brush up the old writing-an-alsa-driver
  ALSA: doc: Add device-managed resource section

 .../kernel-api/writing-an-alsa-driver.rst     | 340 ++++++++++--------
 include/sound/core.h                          |   5 +
 include/sound/memalloc.h                      |   4 +
 sound/core/init.c                             |  95 ++++-
 sound/core/memalloc.c                         |  88 ++++-
 sound/pci/atiixp.c                            | 104 ++----
 sound/pci/atiixp_modem.c                      | 104 ++----
 sound/pci/hda/hda_controller.h                |   1 -
 sound/pci/hda/hda_intel.c                     |  43 +--
 sound/pci/intel8x0.c                          | 143 +++-----
 sound/pci/intel8x0m.c                         | 143 +++-----
 11 files changed, 514 insertions(+), 556 deletions(-)