alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 5.6 00/71] ALSA: Use managed buffer allocation
@ 2019-12-09  9:48 Takashi Iwai
  2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 01/71] ALSA: aoa: " Takashi Iwai
                   ` (70 more replies)
  0 siblings, 71 replies; 77+ messages in thread
From: Takashi Iwai @ 2019-12-09  9:48 UTC (permalink / raw)
  To: alsa-devel

Hi,

we already got a PCM core extension in 5.5-rc1 for allocating /
releasing the PCM buffers implicitly, so called managed buffer
allocation mode.  This patch set is to apply this new mode for the
actual (non-ASoC) drivers.  The patches for ASoC and the other
subsystems will follow in later patch sets.  Also, other PCM API
changes will follow later, too.

This won't change anything from the functional POV, but merely
cleanups.


Takashi

===

Takashi Iwai (71):
  ALSA: aoa: Use managed buffer allocation
  ALSA: aaci: Use managed buffer allocation
  ALSA: atmel: Use managed buffer allocation
  ALSA: aloop: Use managed buffer allocation
  ALSA: dummy: Use managed buffer allocation
  ALSA: ml403: Use managed buffer allocation
  ALSA: pcsp: Use managed buffer allocation
  ALSA: vx: Use managed buffer allocation
  ALSA: firewire: Use managed buffer allocation
  ALSA: ad1816a: Use managed buffer allocation
  ALSA: cmi8330: Use managed buffer allocation
  ALSA: es1688: Use managed buffer allocation
  ALSA: es18xx: Use managed buffer allocation
  ALSA: sb: Use managed buffer allocation
  ALSA: gus: Use managed buffer allocation
  ALSA: wss: Use managed buffer allocation
  ALSA: mips: Use managed buffer allocation
  ALSA: parisc: Use managed buffer allocation
  ALSA: ad1889: Use managed buffer allocation
  ALSA: ali5451: Use managed buffer allocation
  ALSA: als300: Use managed buffer allocation
  ALSA: als4000: Use managed buffer allocation
  ALSA: asihpi: Use managed buffer allocation
  ALSA: atiixp: Use managed buffer allocation
  ALSA: au88x0: Use managed buffer allocation
  ALSA: aw2: Use managed buffer allocation
  ALSA: azt3328: Use managed buffer allocation
  ALSA: bt87x: Use managed buffer allocation
  ALSA: ca0106: Use managed buffer allocation
  ALSA: cmipci: Use managed buffer allocation
  ALSA: cs4281: Use managed buffer allocation
  ALSA: cs5535: Use managed buffer allocation
  ALSA: ctxfi: Use managed buffer allocation
  ALSA: echoaudio: Use managed buffer allocation
  ALSA: emu10k1x: Use managed buffer allocation
  ALSA: emu10k1: Use managed buffer allocation
  ALSA: ens137x: Use managed buffer allocation
  ALSA: es1938: Use managed buffer allocation
  ALSA: fm801: Use managed buffer allocation
  ALSA: hda: Use managed buffer allocation
  ALSA: ice1712: Use managed buffer allocation
  ALSA: ice1724: Use managed buffer allocation
  ALSA: intel8x0: Use managed buffer allocation
  ALSA: lola: Use managed buffer allocation
  ALSA: lx6464es: Use managed buffer allocation
  ALSA: maestro3: Use managed buffer allocation
  ALSA: mixart: Use managed buffer allocation
  ALSA: oxygen: Use managed buffer allocation
  ALSA: pcxhr: Use managed buffer allocation
  ALSA: riptide: Use managed buffer allocation
  ALSA: rme32: Use managed buffer allocation
  ALSA: sis7019: Use managed buffer allocation
  ALSA: sonicvibes: Use managed buffer allocation
  ALSA: trident: Use managed buffer allocation
  ALSA: via82xx: Use managed buffer allocation
  ALSA: ymfpci: Use managed buffer allocation
  ALSA: pdaudiocf: Use managed buffer allocation
  ALSA: pmac: Use managed buffer allocation
  ALSA: ps3: Use managed buffer allocation
  ALSA: aica: Use managed buffer allocation
  ALSA: sh: Use managed buffer allocation
  ALSA: sparc: Use managed buffer allocation
  ALSA: spi: Use managed buffer allocation
  ALSA: 6fire: Use managed buffer allocation
  ALSA: caiaq: Use managed buffer allocation
  ALSA: hiface: Use managed buffer allocation
  ALSA: line6: Use managed buffer allocation
  ALSA: ua101: Use managed buffer allocation
  ALSA: usx2y: Use managed buffer allocation
  ALSA: usb-audio: Use managed buffer allocation
  ALSA: hdml-lpe-audio: Use managed buffer allocation

 sound/aoa/soundbus/i2sbus/pcm.c          | 11 +------
 sound/arm/aaci.c                         | 40 +++++++++--------------
 sound/atmel/ac97c.c                      | 20 ++----------
 sound/drivers/aloop.c                    | 12 ++-----
 sound/drivers/dummy.c                    | 14 ++------
 sound/drivers/ml403-ac97cr.c             | 29 +++--------------
 sound/drivers/pcsp/pcsp_lib.c            | 17 ++++------
 sound/drivers/vx/vx_pcm.c                | 27 ++-------------
 sound/firewire/bebob/bebob_pcm.c         | 11 ++-----
 sound/firewire/dice/dice-pcm.c           | 13 +++-----
 sound/firewire/digi00x/digi00x-pcm.c     | 11 ++-----
 sound/firewire/fireface/ff-pcm.c         |  9 ++---
 sound/firewire/fireworks/fireworks_pcm.c | 11 ++-----
 sound/firewire/isight.c                  | 10 ++----
 sound/firewire/motu/motu-pcm.c           | 11 ++-----
 sound/firewire/oxfw/oxfw-pcm.c           | 17 +++-------
 sound/firewire/tascam/tascam-pcm.c       | 11 ++-----
 sound/isa/ad1816a/ad1816a_lib.c          | 20 ++----------
 sound/isa/cmi8330.c                      |  5 ++-
 sound/isa/es1688/es1688_lib.c            | 20 ++----------
 sound/isa/es18xx.c                       | 24 +++-----------
 sound/isa/gus/gus_pcm.c                  | 28 +++++-----------
 sound/isa/sb/sb16_main.c                 | 21 ++----------
 sound/isa/sb/sb8_main.c                  | 21 ++----------
 sound/isa/wss/wss_lib.c                  | 23 ++-----------
 sound/mips/hal2.c                        | 25 ++------------
 sound/mips/sgio2audio.c                  | 20 ++----------
 sound/parisc/harmony.c                   | 18 +++-------
 sound/pci/ad1889.c                       | 24 ++------------
 sound/pci/ali5451/ali5451.c              | 30 ++---------------
 sound/pci/als300.c                       | 23 ++-----------
 sound/pci/als4000.c                      | 23 ++-----------
 sound/pci/asihpi/asihpi.c                | 10 ++----
 sound/pci/atiixp.c                       | 14 +++-----
 sound/pci/atiixp_modem.c                 |  9 ++---
 sound/pci/au88x0/au88x0_pcm.c            | 15 ++-------
 sound/pci/aw2/aw2-alsa.c                 | 45 +++++++------------------
 sound/pci/azt3328.c                      | 30 +++--------------
 sound/pci/bt87x.c                        | 14 +++-----
 sound/pci/ca0106/ca0106_main.c           | 56 ++++----------------------------
 sound/pci/cmipci.c                       | 36 ++++++--------------
 sound/pci/cs4281.c                       | 20 ++----------
 sound/pci/cs5535audio/cs5535audio_pcm.c  | 12 +++----
 sound/pci/ctxfi/ctpcm.c                  | 15 +++------
 sound/pci/echoaudio/echoaudio.c          | 19 +++--------
 sound/pci/emu10k1/emu10k1x.c             | 15 ++++-----
 sound/pci/emu10k1/emupcm.c               | 41 ++++-------------------
 sound/pci/emu10k1/p16v.c                 | 48 ++++-----------------------
 sound/pci/ens1370.c                      | 27 +++------------
 sound/pci/es1938.c                       | 28 ++--------------
 sound/pci/fm801.c                        | 20 ++----------
 sound/pci/hda/hda_controller.c           | 13 +++-----
 sound/pci/ice1712/ice1712.c              | 42 +++++-------------------
 sound/pci/ice1712/ice1724.c              | 25 +++++---------
 sound/pci/intel8x0.c                     | 11 +++----
 sound/pci/intel8x0m.c                    | 23 +++----------
 sound/pci/lola/lola_pcm.c                | 11 +++----
 sound/pci/lx6464es/lx6464es.c            | 14 ++------
 sound/pci/maestro3.c                     |  9 ++---
 sound/pci/mixart/mixart.c                | 14 +++-----
 sound/pci/oxygen/oxygen_pcm.c            | 52 +++++++++++++----------------
 sound/pci/pcxhr/pcxhr.c                  | 31 ++++--------------
 sound/pci/riptide/riptide.c              | 10 +++---
 sound/pci/rme32.c                        | 35 ++++----------------
 sound/pci/sis7019.c                      | 25 ++------------
 sound/pci/sonicvibes.c                   | 20 ++----------
 sound/pci/trident/trident_main.c         | 49 +++++++++++-----------------
 sound/pci/via82xx.c                      | 45 ++++++++++---------------
 sound/pci/via82xx_modem.c                |  9 ++---
 sound/pci/ymfpci/ymfpci_main.c           | 33 +++++--------------
 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c   | 25 ++------------
 sound/ppc/pmac.c                         | 28 ++--------------
 sound/ppc/snd_ps3.c                      | 28 +++-------------
 sound/sh/aica.c                          | 29 +++--------------
 sound/sh/sh_dac_audio.c                  | 20 ++----------
 sound/sparc/amd7930.c                    | 20 ++----------
 sound/sparc/cs4231.c                     | 17 ++--------
 sound/sparc/dbri.c                       | 13 ++------
 sound/spi/at73c213.c                     | 11 ++-----
 sound/usb/6fire/pcm.c                    | 17 +---------
 sound/usb/caiaq/audio.c                  | 13 ++------
 sound/usb/hiface/pcm.c                   | 18 ++--------
 sound/usb/line6/pcm.c                    | 13 ++------
 sound/usb/misc/ua101.c                   | 23 +++----------
 sound/usb/pcm.c                          | 15 +++------
 sound/usb/usx2y/usbusx2yaudio.c          | 26 +++++----------
 sound/usb/usx2y/usx2yhwdeppcm.c          | 18 +++++-----
 sound/x86/intel_hdmi_audio.c             | 16 ++++-----
 88 files changed, 402 insertions(+), 1492 deletions(-)

-- 
2.16.4

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 77+ messages in thread

end of thread, other threads:[~2019-12-10 15:41 UTC | newest]

Thread overview: 77+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09  9:48 [alsa-devel] [PATCH 5.6 00/71] ALSA: Use managed buffer allocation Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 01/71] ALSA: aoa: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 02/71] ALSA: aaci: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 03/71] ALSA: atmel: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 04/71] ALSA: aloop: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 05/71] ALSA: dummy: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 06/71] ALSA: ml403: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 07/71] ALSA: pcsp: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 08/71] ALSA: vx: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 09/71] ALSA: firewire: " Takashi Iwai
2019-12-09 15:16   ` Takashi Sakamoto
2019-12-09 15:58     ` Takashi Iwai
2019-12-09 19:08       ` Takashi Iwai
2019-12-09 19:24         ` [alsa-devel] [PATCH v2] " Takashi Iwai
2019-12-10 15:40           ` Takashi Sakamoto
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 10/71] ALSA: ad1816a: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 11/71] ALSA: cmi8330: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 12/71] ALSA: es1688: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 13/71] ALSA: es18xx: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 14/71] ALSA: sb: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 15/71] ALSA: gus: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 16/71] ALSA: wss: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 17/71] ALSA: mips: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 18/71] ALSA: parisc: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 19/71] ALSA: ad1889: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 20/71] ALSA: ali5451: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 21/71] ALSA: als300: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 22/71] ALSA: als4000: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 23/71] ALSA: asihpi: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 24/71] ALSA: atiixp: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 25/71] ALSA: au88x0: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 26/71] ALSA: aw2: " Takashi Iwai
2019-12-09  9:48 ` [alsa-devel] [PATCH 5.6 27/71] ALSA: azt3328: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 28/71] ALSA: bt87x: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 29/71] ALSA: ca0106: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 30/71] ALSA: cmipci: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 31/71] ALSA: cs4281: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 32/71] ALSA: cs5535: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 33/71] ALSA: ctxfi: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 34/71] ALSA: echoaudio: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 35/71] ALSA: emu10k1x: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 36/71] ALSA: emu10k1: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 37/71] ALSA: ens137x: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 38/71] ALSA: es1938: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 39/71] ALSA: fm801: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 40/71] ALSA: hda: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 41/71] ALSA: ice1712: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 42/71] ALSA: ice1724: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 43/71] ALSA: intel8x0: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 44/71] ALSA: lola: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 45/71] ALSA: lx6464es: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 46/71] ALSA: maestro3: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 47/71] ALSA: mixart: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 48/71] ALSA: oxygen: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 49/71] ALSA: pcxhr: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 50/71] ALSA: riptide: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 51/71] ALSA: rme32: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 52/71] ALSA: sis7019: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 53/71] ALSA: sonicvibes: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 54/71] ALSA: trident: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 55/71] ALSA: via82xx: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 56/71] ALSA: ymfpci: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 57/71] ALSA: pdaudiocf: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 58/71] ALSA: pmac: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 59/71] ALSA: ps3: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 60/71] ALSA: aica: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 61/71] ALSA: sh: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 62/71] ALSA: sparc: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 63/71] ALSA: spi: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 64/71] ALSA: 6fire: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 65/71] ALSA: caiaq: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 66/71] ALSA: hiface: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 67/71] ALSA: line6: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 68/71] ALSA: ua101: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 69/71] ALSA: usx2y: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 70/71] ALSA: usb-audio: " Takashi Iwai
2019-12-09  9:49 ` [alsa-devel] [PATCH 5.6 71/71] ALSA: hdml-lpe-audio: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).