From 15b0cb3dd7cc7f62c9c392055ae628304405631e Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 25 Apr 2014 12:28:38 +0100 Subject: [PATCH] xpd: Patched version number --- module_usb_audio/devicedefines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 578dd4c4..24d1e6c6 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -618,12 +618,12 @@ enum USBEndpointNumber_Out }; /* Enable output volume control by default */ -#ifndef OUTPUT_VOLUME_CONTROL +#ifndef OUTPUT_VOLUME_CONTROL #define OUTPUT_VOLUME_CONTROL 1 #endif /* Enable input volume control by default */ -#ifndef INPUT_VOLUME_CONTROL +#ifndef INPUT_VOLUME_CONTROL #define INPUT_VOLUME_CONTROL 1 #endif