Haas Surround add flag so the settings can be read back from the config file
not sure how long this has been broken Change-Id: Ifdbfff1e43f3cd6b5ef1c66d45b6b6f38f60cb95
This commit is contained in:
parent
863538c50a
commit
2b79ad43bd
1 changed files with 2 additions and 2 deletions
|
@ -1640,8 +1640,8 @@ const struct settings_list settings[] = {
|
||||||
OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false,
|
OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false,
|
||||||
"dithering enabled", dsp_dither_enable),
|
"dithering enabled", dsp_dither_enable),
|
||||||
/* surround */
|
/* surround */
|
||||||
TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING, surround_enabled,
|
TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING | F_ALLOW_ARBITRARY_VALS,
|
||||||
LANG_SURROUND, 0, "surround enabled", off,
|
surround_enabled, LANG_SURROUND, 0, "surround enabled", off,
|
||||||
UNIT_MS, formatter_time_unit_0_is_off,
|
UNIT_MS, formatter_time_unit_0_is_off,
|
||||||
getlang_time_unit_0_is_off,
|
getlang_time_unit_0_is_off,
|
||||||
dsp_surround_enable, 6,
|
dsp_surround_enable, 6,
|
||||||
|
|
Loading…
Reference in a new issue