Skip to content

Instantly share code, notes, and snippets.

Created October 6, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3845844 to your computer and use it in GitHub Desktop.
Save anonymous/3845844 to your computer and use it in GitHub Desktop.
stdin
diff --git a/apps/settings_list.c b/apps/settings_list.c
index f27c13c..fc03aa9 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1372,7 +1372,7 @@ const struct settings_list settings[] = {
"track,album,track shuffle,off", NULL, 4, ID2P(LANG_TRACK_GAIN),
ID2P(LANG_ALBUM_GAIN), ID2P(LANG_SHUFFLE_GAIN), ID2P(LANG_OFF)),
OFFON_SETTING(F_SOUNDSETTING, replaygain_settings.noclip,
- LANG_REPLAYGAIN_NOCLIP, false, "replaygain noclip", NULL),
+ LANG_REPLAYGAIN_NOCLIP, true, "replaygain noclip", NULL),
INT_SETTING_NOWRAP(F_SOUNDSETTING, replaygain_settings.preamp,
LANG_REPLAYGAIN_PREAMP, 0, "replaygain preamp",
UNIT_DB, -120, 120, 5, db_format, get_dec_talkid, NULL),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment