diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-05-14 23:34:24 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-05-14 23:34:24 +0000 |
| commit | a238ab9df8f19ecd7abc44b6707a5622fcd770fe (patch) | |
| tree | d6f786b92d649166545d235b2a4dfb72fe54ba7f /firmware/export | |
| parent | c9a1b4e9aaba244d27a1e770052697bab8a6ae3e (diff) | |
| download | rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.zip rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.gz rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.bz2 rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.xz | |
Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimator gain) into the UDA driver. * All: Settings structure sorted & cleaned up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9927 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/audio.h | 1 | ||||
| -rw-r--r-- | firmware/export/sound.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h index b44bb91..9e3499e 100644 --- a/firmware/export/audio.h +++ b/firmware/export/audio.h @@ -35,7 +35,6 @@ #define AUDIO_GAIN_LINEIN 0 #define AUDIO_GAIN_MIC 1 -#define AUDIO_GAIN_DECIMATOR 2 /* for UDA1380 */ struct audio_debug diff --git a/firmware/export/sound.h b/firmware/export/sound.h index dae124d..a49cb99 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -41,10 +41,6 @@ enum { SOUND_RIGHT_GAIN, SOUND_MIC_GAIN, #endif -#if defined(HAVE_UDA1380) - SOUND_DECIMATOR_LEFT_GAIN, - SOUND_DECIMATOR_RIGHT_GAIN, -#endif }; enum { |