mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
xduoox3ii: Add "Super Slow" filter roll-off
I'm not happy with the proliferation of filter-roll-off options but I don't have a less ugly solution. Change-Id: I740fca006fa0c3443a467acfea55b6574d48346b
This commit is contained in:
parent
ec31a2b4ad
commit
cd17decd5a
4 changed files with 26 additions and 2 deletions
|
|
@ -238,7 +238,8 @@ void audiohw_set_filter_roll_off(int value)
|
|||
/* 0 = Sharp;
|
||||
1 = Slow;
|
||||
2 = Short Sharp
|
||||
3 = Short Slow */
|
||||
3 = Short Slow
|
||||
4 = Super Slow */
|
||||
#if defined(XDUOO_X3II)
|
||||
long int value_hw = value;
|
||||
alsa_controls_set_ints("AK4490 Digital Filter", 1, &value_hw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue