--- settings_list.c 2011-02-16 13:22:29.286316700 -0500 +++ settings_list_update.c 2011-02-16 13:22:47.348701100 -0500 @@ -1342,7 +1342,7 @@ /* equalizer */ OFFON_SETTING(F_EQSETTING, eq_enabled, LANG_EQUALIZER_ENABLED, false, - "eq enabled", NULL), + "eq enabled", dsp_set_eq), INT_SETTING_NOWRAP(F_EQSETTING, eq_precut, LANG_EQUALIZER_PRECUT, 0, "eq precut", UNIT_DB, 0, 240, 5, eq_precut_format, get_precut_talkid, dsp_set_eq_precut),