From 9e28c426706c6b7c43a21e24052ac4cfcf19e631 Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Wed, 17 Jan 2018 15:28:31 -0500 Subject: Respond to review comments. - Fix indentation in header - Adjust spacing for casts and pointer + ref declarations - Adjust comments in test about locking after stop - Simplify default device selection when loopback is involved --- include/cubeb/cubeb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h index ac582cf..a305aa3 100644 --- a/include/cubeb/cubeb.h +++ b/include/cubeb/cubeb.h @@ -229,7 +229,7 @@ typedef struct { uint32_t rate; /**< Requested sample rate. Valid range is [1000, 192000]. */ uint32_t channels; /**< Requested channel count. Valid range is [1, 8]. */ cubeb_channel_layout layout; /**< Requested channel layout. This must be consistent with the provided channels. */ - cubeb_stream_prefs prefs; /**< Requested preferences. */ + cubeb_stream_prefs prefs; /**< Requested preferences. */ } cubeb_stream_params; /** Audio device description */ -- cgit v1.2.3