diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2007-05-22 15:56:05 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2007-05-22 15:56:05 +0000 |
| commit | cdbf33adf719a54221f4f5aac4b15b0dfe54d24d (patch) | |
| tree | 9a3a38da744860df4fc2ffd591f848fd02b4094b /firmware/export/wm8751.h | |
| parent | e7075db2a76425051b2ecfdd14f14b07384c7e08 (diff) | |
| download | rockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.zip rockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.tar.gz rockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.tar.bz2 rockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.tar.xz | |
* move audio settings into audio codec drivers
* add mas35xx driver for all mas35xx targets. Later
mas35xx code from sound.c will move to this new driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/wm8751.h')
| -rw-r--r-- | firmware/export/wm8751.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/wm8751.h b/firmware/export/wm8751.h index efeaa36..85d206c 100644 --- a/firmware/export/wm8751.h +++ b/firmware/export/wm8751.h @@ -23,6 +23,8 @@ #define VOLUME_MIN -730 #define VOLUME_MAX 60 +#include "audiohw.h" + extern int tenthdb2master(int db); extern int tenthdb2mixer(int db); |