diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-07-01 07:55:19 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-07-01 07:55:19 +0000 |
| commit | e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa (patch) | |
| tree | 45bccae2f06b4eb2877438b84eaedc694eb9448a /firmware/export | |
| parent | c2577c8a47d8f813d8c86c4b5737917d0e3e1409 (diff) | |
| download | rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.zip rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.gz rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.bz2 rockbox-e02a1a534d40a4acd482a8bc9fca88d3ffaf75fa.tar.xz | |
- enable S/PDIF optical output
- set the proper noise shape filter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/uda1380.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/uda1380.h b/firmware/export/uda1380.h index 5a32a50..b5a31e3 100644 --- a/firmware/export/uda1380.h +++ b/firmware/export/uda1380.h @@ -28,6 +28,7 @@ extern void uda1380_set_bass(int value); extern void uda1380_set_treble(int value); extern int uda1380_mute(int mute); extern void uda1380_close(void); +extern void uda1380_set_nsorder(int order); extern void uda1380_enable_recording(bool source_mic); extern void uda1380_disable_recording(void); @@ -135,6 +136,7 @@ extern void uda1380_set_monitor(int enable); #define REG_MIX_CTL 0x14 #define MIX_CTL_MIX_POS (1 << 13) #define MIX_CTL_MIX (1 << 12) +#define MIX_CTL_SEL_NS (1 << 14) /* REG_DEC_VOL: Decimator (ADC) volume control */ #define REG_DEC_VOL 0x20 |