mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-29 08:46:24 -04:00
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
This commit is contained in:
parent
2b39cb4b77
commit
3511d94031
5 changed files with 298 additions and 114 deletions
|
|
@ -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). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue