diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-06 13:34:15 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-06 13:34:15 +0000 |
commit | 1b967f41df90cd183c42e96d40acaeea671c1016 (patch) | |
tree | 8b529db9c07a630b61d3483568b4cfe66f8ed600 /firmware/export/tlv320.h | |
parent | 3e24665c417c2dd7dc292c9f12efae4e6544aa11 (diff) |
move some audio driver specific code to the correspoding files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11675 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tlv320.h')
-rw-r--r-- | firmware/export/tlv320.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/tlv320.h b/firmware/export/tlv320.h index dbb17e35bc..3cf5bd80cd 100644 --- a/firmware/export/tlv320.h +++ b/firmware/export/tlv320.h @@ -20,6 +20,11 @@ #ifndef _TLV320_H_ #define _TLV320_H_ +#define VOLUME_MIN -730 +#define VOLUME_MAX 60 + +extern tenthdb2master(int db); + /*** definitions ***/ extern void audiohw_init(void); |