1
0
Fork 0
forked from len0rd/rockbox

Add DAC's oversampling filter roll-off selection to sound settings.

Change-Id: I1258ba50dd9308f49d97965562f3a423c9bfb785
This commit is contained in:
Andrew Ryabinin 2013-05-12 23:23:45 +04:00
parent f6e179bd8e
commit 0519f7e5ab
9 changed files with 96 additions and 0 deletions

View file

@ -110,6 +110,9 @@ AUDIOHW_SETTINGS(
#if defined(AUDIOHW_HAVE_DEPTH_3D)
AUDIOHW_SETTING_ENT(DEPTH_3D, sound_set_depth_3d)
#endif
#if defined(AUDIOHW_HAVE_FILTER_ROLL_OFF)
AUDIOHW_SETTING_ENT(FILTER_ROLL_OFF, sound_set_filter_roll_off)
#endif
/* Hardware EQ tone controls */
#if defined(AUDIOHW_HAVE_EQ)
AUDIOHW_SETTING_ENT(EQ_BAND1_GAIN, sound_set_hw_eq_band1_gain)