summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/mas35xx.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/mas35xx.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/mas35xx.c')
-rw-r--r--firmware/drivers/audio/mas35xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/mas35xx.c b/firmware/drivers/audio/mas35xx.c
index 6a9d290049..e101acc130 100644
--- a/firmware/drivers/audio/mas35xx.c
+++ b/firmware/drivers/audio/mas35xx.c
@@ -21,7 +21,7 @@
21 ****************************************************************************/ 21 ****************************************************************************/
22 22
23#include "config.h" 23#include "config.h"
24#include "mas35xx.h" 24#include "audiohw.h"
25 25
26const struct sound_settings_info audiohw_settings[] = { 26const struct sound_settings_info audiohw_settings[] = {
27#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 27#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)