summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/as3514.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/as3514.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/as3514.c')
-rw-r--r--firmware/drivers/audio/as3514.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 599327c43f..3c11caa4c7 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -23,7 +23,7 @@
23#include "debug.h" 23#include "debug.h"
24#include "system.h" 24#include "system.h"
25 25
26#include "as3514.h" 26#include "audiohw.h"
27#include "i2s.h" 27#include "i2s.h"
28#include "i2c-pp.h" 28#include "i2c-pp.h"
29 29