summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-10-02 07:48:50 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-10-02 07:48:50 +0000
commit15b7321fe1345a9efd296fe135f19e1da45f0e7c (patch)
treee2b704e2e0dd20d8d6d46e6fedc159fafc7fdca4 /firmware/export/audiohw.h
parent4d34457cd0a1958ff271bb2d87bfdba1432b678e (diff)
downloadrockbox-15b7321fe1345a9efd296fe135f19e1da45f0e7c.tar.gz
rockbox-15b7321fe1345a9efd296fe135f19e1da45f0e7c.zip
Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no recording. Provide reg bit definitions for those. Add some temporary hacks pcm-pp to prevent crashing when playing after recording. Make playback start after recording on pp5020. Get wm8731 to monitor recording but plans are to do that digitally.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14948 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index ec0177d091..9da1a3875f 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -31,8 +31,10 @@
31#include "wm8975.h" 31#include "wm8975.h"
32#elif defined(HAVE_WM8758) 32#elif defined(HAVE_WM8758)
33#include "wm8758.h" 33#include "wm8758.h"
34#elif defined(HAVE_WM8731) || defined(HAVE_WM8721) 34#elif defined(HAVE_WM8721)
35#include "wm8731l.h" 35#include "wm8721.h"
36#elif defined(HAVE_WM8731)
37#include "wm8731.h"
36#elif defined(HAVE_TLV320) 38#elif defined(HAVE_TLV320)
37#include "tlv320.h" 39#include "tlv320.h"
38#elif defined(HAVE_AS3514) 40#elif defined(HAVE_AS3514)