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:
parent
dfa28e69f6
commit
112656b7a6
1 changed files with 1 additions and 3 deletions
|
|
@ -106,9 +106,7 @@ enum {
|
||||||
SOUND_MDB_ENABLE,
|
SOUND_MDB_ENABLE,
|
||||||
SOUND_SUPERBASS,
|
SOUND_SUPERBASS,
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\
|
#if defined(HAVE_RECORDING)
|
||||||
|| defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) \
|
|
||||||
|| defined(HAVE_AS3514) || defined(HAVE_WM8978) || defined(HAVE_WM8985)
|
|
||||||
SOUND_LEFT_GAIN,
|
SOUND_LEFT_GAIN,
|
||||||
SOUND_RIGHT_GAIN,
|
SOUND_RIGHT_GAIN,
|
||||||
SOUND_MIC_GAIN,
|
SOUND_MIC_GAIN,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue