]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: dw-hdmi: Move vmalloc PCM buffer management into the driver
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 15:27:22 +0000 (17:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Aug 2024 06:44:58 +0000 (08:44 +0200)
commit002353a537a29b9be5bde3c1d9964628f0d20d45
treee9daf61b77a0ff4f02d06f779e95e4f57c7d6b4a
parentf7b1633d6467a08ff78744cb519a92fb24ad9a0c
drm/bridge: dw-hdmi: Move vmalloc PCM buffer management into the driver

The dw-hdmi drm bridge driver is the only one who still uses the ALSA
vmalloc helper API functions.  A previous attempt to change the way of
buffer management wasn't taken for this legacy stuff, as we had little
chance for test and some risk of major breaking.
Instead, this patch moves the vmalloc buffer stuff into the dw-hdmi
driver code itself, so that we can drop them from ALSA core code
afterwards.

There should be no functional changes.

Link: https://lore.kernel.org/20191210154536.29819-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240807152725.18948-2-tiwai@suse.de
drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c