summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/pcm-pp.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-11-25 16:16:06 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-11-25 16:16:06 +0000
commit3511d94031d617631036742a51bc8fc9a86527d6 (patch)
tree1130bfd351ac0796999b831475b33df4d877c6d3 /firmware/target/arm/pcm-pp.c
parent2b39cb4b77f2ac8ce7601e8e0673e598f8fffbe8 (diff)
downloadrockbox-3511d94031d617631036742a51bc8fc9a86527d6.tar.gz
rockbox-3511d94031d617631036742a51bc8fc9a86527d6.zip
Add register bit defines for as3514 and clean stuff up. Reduce poppiness at startup and shutdown (and even powerup for e200). Really, I can't honestly say it will help anything but an e200v1 but I'm sick of the noises. ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19214 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/pcm-pp.c')
-rw-r--r--firmware/target/arm/pcm-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pcm-pp.c b/firmware/target/arm/pcm-pp.c
index 2f25353fff..c572578383 100644
--- a/firmware/target/arm/pcm-pp.c
+++ b/firmware/target/arm/pcm-pp.c
@@ -374,7 +374,7 @@ void pcm_play_dma_init(void)
audiohw_init();
#if !defined(HAVE_WM8731) && !defined(HAVE_WM8751) && !defined(HAVE_WM8975) \
- && !defined(HAVE_WM8758)
+ && !defined(HAVE_WM8758) && !defined(HAVE_AS3514)
/* Power on */
audiohw_enable_output(true);
/* Unmute the master channel (DAC should be at zero point now). */