Fix the FILTER_ROLL_OFF build; got a test inverted.
Change-Id: I8d4ade8b59022f5e8275bec96d98f806e7e09c37
This commit is contained in:
parent
aabc8aca47
commit
02a49386a9
1 changed files with 3 additions and 3 deletions
|
@ -849,11 +849,11 @@ const struct settings_list settings[] = {
|
|||
"roll_off", "sharp,slow,short sharp,short slow", sound_set_filter_roll_off,
|
||||
4, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW), ID2P(LANG_FILTER_SHORT_SHARP), ID2P(LANG_FILTER_SHORT_SLOW)),
|
||||
#elif defined(AUDIOHW_HAVE_SHORT_ROLL_OFF)
|
||||
"roll_off", "sharp,slow", sound_set_filter_roll_off,
|
||||
2, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW)),
|
||||
#else
|
||||
"roll_off", "sharp,slow,short,bypass", sound_set_filter_roll_off,
|
||||
4, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW), ID2P(LANG_FILTER_SHORT), ID2P(LANG_FILTER_BYPASS)),
|
||||
#else
|
||||
"roll_off", "sharp,slow", sound_set_filter_roll_off,
|
||||
2, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW)),
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue