diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-11-25 16:16:06 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-11-25 16:16:06 +0000 |
commit | 3511d94031d617631036742a51bc8fc9a86527d6 (patch) | |
tree | 1130bfd351ac0796999b831475b33df4d877c6d3 /firmware/target/arm/pcm-pp.c | |
parent | 2b39cb4b77f2ac8ce7601e8e0673e598f8fffbe8 (diff) |
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.c | 2 |
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). */ |