diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index d630db7f35..1a49a460d5 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -204,6 +204,10 @@ struct user_settings int battery_capacity; /* in mAh */ int battery_type; /* for units which can take multiple types (Ondio). */ +#ifdef HAVE_SPDIF_POWER + bool spdif_enable; /* S/PDIF power on/off */ +#endif + /* resume settings */ bool resume; /* resume option: 0=off, 1=on */ |