diff options
| author | 2026-05-12 03:59:18 -0700 | |
|---|---|---|
| committer | 2026-05-12 06:59:18 -0400 | |
| commit | ee5e93f9d6a22b5353f402d8bca952b5546670ab (patch) | |
| tree | 2202e93e1ad6714fd05cd9195d0eff194e9b52f1 /src/devices | |
| parent | 45faab9e7b23878adf14f275bb3b2528de7b6a47 (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.cpp | 2 |
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) |
