From 6d47dc9a8860a17a9e630b8662f33df63011bad9 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 1 Oct 2020 12:53:42 -0400 Subject: fix some of the red introduced in e43726d Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad --- firmware/export/config/xduoox20.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firmware/export/config/xduoox20.h') diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h index 5da5ee00f3..28a19baaae 100644 --- a/firmware/export/config/xduoox20.h +++ b/firmware/export/config/xduoox20.h @@ -17,9 +17,6 @@ #define CONFIG_PLATFORM (PLATFORM_HOSTED) #endif - - - /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR @@ -84,6 +81,7 @@ /* We have usb power and can detect usb but it is handled by Linux */ #define HAVE_USB_POWER +#define AUDIOHW_HAVE_SET_OUTPUT #endif #define CONFIG_BATTERY_MEASURE PERCENTAGE_MEASURE @@ -119,8 +117,6 @@ /* HW codec is flexible */ #define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 -#define AUDIOHW_HAVE_SET_OUTPUT - /* Battery */ #define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ -- cgit