Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA/DRM: vmalloc PCM buffer helper cleanup
@ 2024-08-07 15:27 Takashi Iwai
  2024-08-07 15:27 ` [PATCH 1/2] drm/bridge: dw-hdmi: Move vmalloc PCM buffer management into the driver Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Takashi Iwai @ 2024-08-07 15:27 UTC (permalink / raw)
  To: linux-sound, dri-devel
  Cc: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann

Hi,

we still keep the legacy vmalloc ALSA PCM helper API since there is
only a single user of it, namely, the DRM dw-hdmi bridge driver.
In the past, I attempted to change the buffer management of the
driver, but due to the lack of testing, it failed to get merged:
  https://lore.kernel.org/20191210154536.29819-1-tiwai@suse.de

So, this is a second try after some years of gap: now the relevant
code snippet is moved from ALSA core to dw-hdmi driver itself, and the
API functions are dropped.  There should be no functional changes in
the driver.

If DRM people don't mind and give an ack, I can take the change for
dw-hdmi code together with ALSA core code drop via sound tree for
6.12.


thanks,

Takashi

===

Takashi Iwai (2):
  drm/bridge: dw-hdmi: Move vmalloc PCM buffer management into the
    driver
  ALSA: pcm: Drop PCM vmalloc buffer helpers

 .../drm/bridge/synopsys/dw-hdmi-ahb-audio.c   | 30 ++++++++--
 include/sound/pcm.h                           | 42 -------------
 sound/core/pcm_memory.c                       | 59 -------------------
 3 files changed, 26 insertions(+), 105 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-09-13  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 15:27 [PATCH 0/2] ALSA/DRM: vmalloc PCM buffer helper cleanup Takashi Iwai
2024-08-07 15:27 ` [PATCH 1/2] drm/bridge: dw-hdmi: Move vmalloc PCM buffer management into the driver Takashi Iwai
2024-09-13  7:55   ` Neil Armstrong
2024-08-07 15:27 ` [PATCH 2/2] ALSA: pcm: Drop PCM vmalloc buffer helpers Takashi Iwai
2024-08-15  8:03 ` [PATCH 0/2] ALSA/DRM: vmalloc PCM buffer helper cleanup Takashi Iwai
2024-08-27  6:47   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox