forked from len0rd/rockbox
Add DAC's oversampling filter roll-off selection to sound settings.
Change-Id: I1258ba50dd9308f49d97965562f3a423c9bfb785
This commit is contained in:
parent
f6e179bd8e
commit
0519f7e5ab
9 changed files with 96 additions and 0 deletions
|
@ -753,6 +753,9 @@ void sound_settings_apply(void)
|
|||
#ifdef AUDIOHW_HAVE_DEPTH_3D
|
||||
sound_set(SOUND_DEPTH_3D, global_settings.depth_3d);
|
||||
#endif
|
||||
#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF
|
||||
sound_set(SOUND_FILTER_ROLL_OFF, global_settings.roll_off);
|
||||
#endif
|
||||
#ifdef AUDIOHW_HAVE_EQ
|
||||
int b;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue