mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Finally commit FS#5111 - piezo clicker for ipods!
Origional implementation by Robert Keevil with contributions from Frederik Vestre, Stoyan Stratev, Craig Elliott, Michael Sparmann, Thomas Schott, Rosso Maltese, and syncs from a bunch of other people! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b7508a766d
commit
be716c0be8
20 changed files with 481 additions and 2 deletions
|
|
@ -835,6 +835,13 @@ struct user_settings
|
|||
#endif
|
||||
} hw_eq_bands[AUDIOHW_EQ_BAND_NUM];
|
||||
#endif /* AUDIOHW_HAVE_EQ */
|
||||
|
||||
#ifdef HAVE_HARDWARE_CLICK
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
bool keyclick_hardware; /* hardware piezo keyclick */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
char start_directory[MAX_PATHNAME+1];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue