summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author m1macrophage <168948267+m1macrophage@users.noreply.github.com>2026-05-12 03:59:18 -0700
committer GitHub <noreply@github.com>2026-05-12 06:59:18 -0400
commitee5e93f9d6a22b5353f402d8bca952b5546670ab (patch)
tree2202e93e1ad6714fd05cd9195d0eff194e9b52f1 /src/devices
parent45faab9e7b23878adf14f275bb3b2528de7b6a47 (diff)
sound/va_ops.cpp: Used SAMPLE_RATE_INPUT_ADAPTIVE for VA_SCALE_OFFSET. (#15330)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/sound/va_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/va_ops.cpp b/src/devices/sound/va_ops.cpp
index 38632d71353..c3652817320 100644
--- a/src/devices/sound/va_ops.cpp
+++ b/src/devices/sound/va_ops.cpp
@@ -63,7 +63,7 @@ void va_scale_offset_device::device_start()
{
save_item(NAME(m_scale));
save_item(NAME(m_offset));
- m_stream = stream_alloc(1, 1, SAMPLE_RATE_OUTPUT_ADAPTIVE);
+ m_stream = stream_alloc(1, 1, SAMPLE_RATE_INPUT_ADAPTIVE);
}
void va_scale_offset_device::sound_stream_update(sound_stream &stream)