summarylogtreecommitdiffstats
path: root/02-remove_snd_dma.patch
diff options
context:
space:
mode:
Diffstat (limited to '02-remove_snd_dma.patch')
-rw-r--r--02-remove_snd_dma.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/02-remove_snd_dma.patch b/02-remove_snd_dma.patch
new file mode 100644
index 000000000000..c012f874e0fd
--- /dev/null
+++ b/02-remove_snd_dma.patch
@@ -0,0 +1,14 @@
+--- a/blackmagic-io-12.4.1a15/bmio_audio.c 2023-01-01 13:28:20.699872928 +0100
++++ b/blackmagic-io-12.4.1a15/bmio_audio.c 2023-01-01 13:09:47.085284412 +0100
+@@ -432,7 +432,11 @@
+
+ snd_pcm_lib_preallocate_pages_for_all(pcm,
+ SNDRV_DMA_TYPE_CONTINUOUS,
+- snd_dma_continuous_data(GFP_KERNEL),
++ #if KERNEL_VERSION_OR_LATER(6, 1, 0)
++ NULL,
++ #else
++ snd_dma_continuous_data(GFP_KERNEL),
++ #endif
+ bmio_audio_hardware.buffer_size,
+ bmio_audio_hardware.buffer_size); \ No newline at end of file