forked from len0rd/rockbox
Make compressor_update static.
Change-Id: Ic29242b4c397e82c2bee3808492a2d0a9ffebbe6
This commit is contained in:
parent
4928810354
commit
23b5f3e5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static int32_t release_gain IBSS_ATTR; /* S7.24 format */
|
||||||
|
|
||||||
/** COMPRESSOR UPDATE
|
/** COMPRESSOR UPDATE
|
||||||
* Called via the menu system to configure the compressor process */
|
* Called via the menu system to configure the compressor process */
|
||||||
bool compressor_update(const struct compressor_settings *settings)
|
static bool compressor_update(const struct compressor_settings *settings)
|
||||||
{
|
{
|
||||||
/* make settings values useful */
|
/* make settings values useful */
|
||||||
int threshold = settings->threshold;
|
int threshold = settings->threshold;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue