diff options
| author | Michal Ratajsky <[email protected]> | 2014-05-25 19:24:15 +0200 | 
|---|---|---|
| committer | Michal Ratajsky <[email protected]> | 2014-05-25 19:24:15 +0200 | 
| commit | 9b4cafb0b47c6ec453d301bd812ae7001955dc2a (patch) | |
| tree | 1412c23e8e7b213f8085c40b715c90f8115657c6 /backends | |
| parent | f594ba9dea7bbf1ae262f28a949bc50a7444b528 (diff) | |
| download | libmatemixer-9b4cafb0b47c6ec453d301bd812ae7001955dc2a.tar.bz2 libmatemixer-9b4cafb0b47c6ec453d301bd812ae7001955dc2a.tar.xz | |
Remove latency-offset
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/pulse/pulse-device.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/backends/pulse/pulse-device.c b/backends/pulse/pulse-device.c index 4421e97..dbc287c 100644 --- a/backends/pulse/pulse-device.c +++ b/backends/pulse/pulse-device.c @@ -243,8 +243,7 @@ mate_mixer_pulse_device_new (const pa_card_info *info)              pa_proplist_gets (p_info->proplist, "device.icon_name"),              p_info->priority,              direction, -            status, -            p_info->latency_offset); +            status);          ports = g_list_prepend (ports, port);      } | 
