forked from len0rd/rockbox
imx233: Enable 96/192K playback for all imx233 targets that have room
Change-Id: Ief00cc9243af3168f0c088520936137b64f3b581
This commit is contained in:
parent
c1d4bf290c
commit
1916aca7f3
11 changed files with 35 additions and 26 deletions
9
firmware/export/fiiolinux_codec.h
Normal file
9
firmware/export/fiiolinux_codec.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __FIIOLINUX_CODEC__
|
||||
#define __FIIOLINUX_CODEC__
|
||||
|
||||
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
|
||||
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30)
|
||||
AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
|
||||
#endif
|
||||
|
||||
void audiohw_mute(int mute);
|
||||
Loading…
Add table
Add a link
Reference in a new issue