]> code.delx.au - pulseaudio/commit
device-port: Change the latency offset type to a signed int.
authorpoljar (Damir Jelić) <poljarinho@gmail.com>
Wed, 27 Jun 2012 15:38:42 +0000 (17:38 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 28 Jun 2012 13:33:14 +0000 (16:33 +0300)
commitbf4091dcf8a6d9b5fe627a7d1cad56c24a74a587
treeff867b678b51b9b0fff32e90f4ee9084233c27c7
parentf6e4bfbbc577870243a1c1deda8e4eab8dbcbacd
device-port: Change the latency offset type to a signed int.

The latency offset type should be signed (int64_t) so we can also add
a negative latency offset.

This also includes changing the type of the sink/source
offsets and updating pacmd so it handles negative numbers.
src/pulsecore/cli-command.c
src/pulsecore/device-port.c
src/pulsecore/device-port.h
src/pulsecore/sink.c
src/pulsecore/sink.h
src/pulsecore/source.c
src/pulsecore/source.h