Bug 1054176 : fix cubeb sndio build after bug 1027713 r=kinetik

This commit is contained in:
Landry Breuil 2014-08-18 11:37:30 +02:00
parent 507c950615
commit a4fb7ffb2b

View File

@ -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 = {