summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8731l.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-22 20:39:50 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-22 20:39:50 +0000
commit85f06b885d62c3093001de2c71f6e69339f5352e (patch)
tree789981e01f68fe0ace81dffeb0389ab442af3136 /firmware/drivers/audio/wm8731l.c
parent10e21d19bfda9afa2a1569db9a5e4a3e89a4e784 (diff)
downloadrockbox-85f06b885d62c3093001de2c71f6e69339f5352e.tar.gz
rockbox-85f06b885d62c3093001de2c71f6e69339f5352e.zip
the DAC drivers need to include audiohw.h now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13474 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/audio/wm8731l.c')
-rw-r--r--firmware/drivers/audio/wm8731l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8731l.c b/firmware/drivers/audio/wm8731l.c
index ba575c1bb7..4c4f7cb1e7 100644
--- a/firmware/drivers/audio/wm8731l.c
+++ b/firmware/drivers/audio/wm8731l.c
@@ -30,7 +30,7 @@
30#include "audio.h" 30#include "audio.h"
31 31
32#include "wmcodec.h" 32#include "wmcodec.h"
33#include "wm8731l.h" 33#include "audiohw.h"
34#include "i2s.h" 34#include "i2s.h"
35 35
36#define IPOD_PCM_LEVEL 0x65 /* -6dB */ 36#define IPOD_PCM_LEVEL 0x65 /* -6dB */