1
0
Fork 0
forked from len0rd/rockbox

simplify this #if statement too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2008-05-16 20:26:20 +00:00
parent dfa28e69f6
commit 112656b7a6

View file

@ -106,9 +106,7 @@ enum {
SOUND_MDB_ENABLE,
SOUND_SUPERBASS,
#endif
#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\
|| defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) \
|| defined(HAVE_AS3514) || defined(HAVE_WM8978) || defined(HAVE_WM8985)
#if defined(HAVE_RECORDING)
SOUND_LEFT_GAIN,
SOUND_RIGHT_GAIN,
SOUND_MIC_GAIN,