mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 14:05:47 -04:00
dep/cubeb: Update to 1d66483
This commit is contained in:
@ -128,7 +128,7 @@ s16_to_float(void *ptr, long nsamp)
|
||||
static const char *
|
||||
sndio_get_device()
|
||||
{
|
||||
#ifndef __OpenBSD__
|
||||
#ifdef __linux__
|
||||
/*
|
||||
* On other platforms default to sndio devices,
|
||||
* so cubebs other backends can be used instead.
|
||||
@ -662,6 +662,7 @@ static struct cubeb_ops const sndio_ops = {
|
||||
.stream_get_position = sndio_stream_get_position,
|
||||
.stream_get_latency = sndio_stream_get_latency,
|
||||
.stream_set_volume = sndio_stream_set_volume,
|
||||
.stream_set_name = NULL,
|
||||
.stream_get_current_device = NULL,
|
||||
.stream_device_destroy = NULL,
|
||||
.stream_register_device_changed_callback = NULL,
|
||||
|
Reference in New Issue
Block a user