aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_sndio.c
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2021-02-17 13:28:51 +1300
committerMatthew Gregan <[email protected]>2021-02-17 22:05:37 +1300
commit8942382280721117900072945767cece14eef046 (patch)
tree8eaf1f4f11b14da73a6e62b017755e97f800f31a /src/cubeb_sndio.c
parent9beb8ed0c91f1b6ed7769d2c28c94a1d78b6c6f1 (diff)
downloadcubeb-8942382280721117900072945767cece14eef046.tar.gz
cubeb-8942382280721117900072945767cece14eef046.zip
Remove cubeb_stream_reset_default_device API.
Diffstat (limited to 'src/cubeb_sndio.c')
-rw-r--r--src/cubeb_sndio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c
index 41fa59a..dfa4137 100644
--- a/src/cubeb_sndio.c
+++ b/src/cubeb_sndio.c
@@ -658,7 +658,6 @@ static struct cubeb_ops const sndio_ops = {
.stream_destroy = sndio_stream_destroy,
.stream_start = sndio_stream_start,
.stream_stop = sndio_stream_stop,
- .stream_reset_default_device = NULL,
.stream_get_position = sndio_stream_get_position,
.stream_get_latency = sndio_stream_get_latency,
.stream_set_volume = sndio_stream_set_volume,