mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1054176 : fix cubeb sndio build after bug 1027713 r=kinetik
This commit is contained in:
parent
507c950615
commit
a4fb7ffb2b
@ -342,9 +342,10 @@ sndio_stream_get_latency(cubeb_stream * stm, uint32_t * latency)
|
||||
}
|
||||
|
||||
int
|
||||
sndio_stream_set_volume(cubeb_stream * stm, float panning)
|
||||
sndio_stream_set_panning(cubeb_stream * stm, float panning)
|
||||
{
|
||||
assert(0 && "not implemented");
|
||||
assert(false && "not implemented");
|
||||
return CUBEB_OK;
|
||||
}
|
||||
|
||||
static struct cubeb_ops const sndio_ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user