From 7c3b8b2dd7a6fd9526ab734fbfd616fa62f12189 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 6 Mar 2014 10:19:09 +0000 Subject: [PATCH] Added SET_STREAM_FORMAT_ commands to commands. --- module_usb_audio/commands.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module_usb_audio/commands.h b/module_usb_audio/commands.h index bf9f824b..c9c5160e 100644 --- a/module_usb_audio/commands.h +++ b/module_usb_audio/commands.h @@ -27,6 +27,9 @@ #define SET_CHAN_COUNT_OUT 6 #define SET_DSD_MODE 7 +#define SET_STREAM_FORMAT_OUT 8 +#define SET_STREAM_FORMAT_IN 9 + #include "dsd_support.h"