aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_kai.c
diff options
context:
space:
mode:
authorChun-Min Chang <[email protected]>2016-12-21 13:18:07 +0800
committerMatthew Gregan <[email protected]>2016-12-20 19:18:07 -1000
commita900d6e511c3286956c38ca60162790ca6e8e18d (patch)
tree12969af1e27b0d0d127127a60d770b52100f76fb /src/cubeb_kai.c
parentc1e1e45dee4367c6f839b903417998049ad1baeb (diff)
downloadcubeb-a900d6e511c3286956c38ca60162790ca6e8e18d.tar.gz
cubeb-a900d6e511c3286956c38ca60162790ca6e8e18d.zip
Support multiple channels on Windows (#171)
* Multiple channel support on Windows * Move up/down mixing code from cubeb_wasapi.cpp to standalone cubeb_mixer.cpp
Diffstat (limited to 'src/cubeb_kai.c')
-rw-r--r--src/cubeb_kai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_kai.c b/src/cubeb_kai.c
index e0531b3..eee9c95 100644
--- a/src/cubeb_kai.c
+++ b/src/cubeb_kai.c
@@ -343,6 +343,7 @@ static struct cubeb_ops const kai_ops = {
/*.get_max_channel_count=*/ kai_get_max_channel_count,
/*.get_min_latency=*/ kai_get_min_latency,
/*.get_preferred_sample_rate =*/ kai_get_preferred_sample_rate,
+ /*.get_preferred_channel_layout =*/ NULL,
/*.enumerate_devices =*/ NULL,
/*.destroy =*/ kai_destroy,
/*.stream_init =*/ kai_stream_init,