forked from len0rd/rockbox
Gigabeat S: Allow recording from FM. Give FM the same volume range as playback. NOTE: This bumps the si4700 output volume to -0dB so other players with that may need a minor adjustment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19619 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ac7af749b
commit
2e99b3d931
10 changed files with 454 additions and 166 deletions
|
@ -777,7 +777,7 @@
|
|||
#define AUDMUX_PTCR_TCSEL_PORT6 (0x5 << 22)
|
||||
#define AUDMUX_PTCR_TCSEL_PORT7 (0x6 << 22)
|
||||
|
||||
#define AUDMUX_PTCR_RFSDIR (1 << 21)
|
||||
#define AUDMUX_PTCR_RFS_DIR (1 << 21)
|
||||
|
||||
#define AUDMUX_PTCR_RFSSEL (0xf << 17)
|
||||
#define AUDMUX_PTCR_RFSSEL_TXFS (0x0 << 17)
|
||||
|
@ -922,7 +922,7 @@
|
|||
#define SSI_SIER_TLS (0x1 << 5)
|
||||
#define SSI_SIER_RLS (0x1 << 4)
|
||||
#define SSI_SIER_RFF1 (0x1 << 3)
|
||||
#define SSI_SIER_RFF2 (0x1 << 2)
|
||||
#define SSI_SIER_RFF0 (0x1 << 2)
|
||||
#define SSI_SIER_TFE1 (0x1 << 1)
|
||||
#define SSI_SIER_TFE0 (0x1 << 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue