xduoox20: Start unmuted, as the least-worst option

Change-Id: Ie85d9df0f861315dfc9d767218d86115420aa9d7
This commit is contained in:
Solomon Peachy 2020-10-20 17:03:21 -04:00
parent dfae5d881d
commit 6834d1a02f
2 changed files with 10 additions and 0 deletions

View file

@ -14,6 +14,10 @@ AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
#define AUDIOHW_MUTE_ON_SRATE_CHANGE
#endif
#if defined(XDUOO_X20)
//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
#endif
void audiohw_mute(int mute);
void xduoo_set_output(int ps);
int xduoo_get_outputs(void);