improvements to documentation

This commit is contained in:
Tom Williams
2022-12-21 15:07:14 +00:00
parent 785a857ca8
commit 9f00f9159a
4 changed files with 93 additions and 48 deletions

View File

@@ -59,7 +59,7 @@ Get the weight value in the mixer. The second argument should
correspond to the values shown by the --display-unit command. Values
can range from -127db to +128db with the special value -inf for mute.
--set-mixer-souces mixer_id, dst_channel_id, src_channel_id
--set-mixer-source mixer_id, dst_channel_id, src_channel_id
Allows the selection of the mixer inputs. Sets mixer input (dst) to src

View File

@@ -51,9 +51,11 @@
// version defs
//#include "version.h"
// libwn.h pulls in windows.h
#include "libwn.h"
// TUSBAUDIO driver API
#include "tusbaudioapi.h"
#include "TUsbAudioApiDll.h"
#endif // __global_h__

View File

@@ -4,14 +4,6 @@
#include "usb_mixer.h"
#include "global.h"
//########## Thesycon .dll ##########
// libwn.h pulls in windows.h
#include "libwn.h"
// TUSBAUDIO driver API
#include "tusbaudioapi.h"
#include "TUsbAudioApiDll.h"
//driver interface
TUsbAudioApiDll gDrvApi;