diff options
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-ossaudio.c')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-ossaudio.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-ossaudio.c b/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-ossaudio.c deleted file mode 100644 index 652430cb222e..000000000000 --- a/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-ossaudio.c +++ /dev/null @@ -1,19 +0,0 @@ -Fix recording with OSS Audio backend to record at a proper volume - -Obtained from: https://www.virtualbox.org/ticket/10695 ---- src/VBox/Devices/Audio/ossaudio.c.orig 2012-12-19 19:26:32.000000000 +0100 -+++ src/VBox/Devices/Audio/ossaudio.c 2012-12-20 12:23:18.476851732 +0100 -@@ -795,13 +795,8 @@ - hw->info.align + 1); - } - read_samples += nread >> hwshift; --#ifndef VBOX - hw->conv (hw->conv_buf + bufs[i].add, p, nread >> hwshift, - &nominal_volume); --#else -- hw->conv (hw->conv_buf + bufs[i].add, p, nread >> hwshift, -- &pcm_in_volume); --#endif - } - - if (bufs[i].len - nread) { |