diff options
author | Haakon Sporsheim <[email protected]> | 2015-09-29 08:43:55 +0200 |
---|---|---|
committer | Haakon Sporsheim <[email protected]> | 2015-09-29 09:28:41 +0200 |
commit | 7959fc3ef0307cbdf33e06152c8ff8ab48e97b8f (patch) | |
tree | 7418e0b3e281023b301e9779e53273d551d7f95f /src/cubeb_jack.cpp | |
parent | d1183d70876a8782aa2ba83329e9efa2fad1848c (diff) | |
download | cubeb-7959fc3ef0307cbdf33e06152c8ff8ab48e97b8f.tar.gz cubeb-7959fc3ef0307cbdf33e06152c8ff8ab48e97b8f.zip |
Add both devid and device_id (str) in device_info.
The caller now doesn't need to use the id_to_str() intricacies and we
don't have to bother with adding a symetric free() for the retrieved value.
Diffstat (limited to 'src/cubeb_jack.cpp')
-rw-r--r-- | src/cubeb_jack.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cubeb_jack.cpp b/src/cubeb_jack.cpp index 0c778df..33c586d 100644 --- a/src/cubeb_jack.cpp +++ b/src/cubeb_jack.cpp @@ -133,8 +133,6 @@ static struct cubeb_ops const cbjack_ops = { .get_min_latency = cbjack_get_min_latency, .get_preferred_sample_rate = cbjack_get_preferred_sample_rate, .enumerate_devices = NULL, - .device_info_destroy = NULL, - .device_id_to_str = NULL, .destroy = cbjack_destroy, .stream_init = cbjack_stream_init, .stream_destroy = cbjack_stream_destroy, |