summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/ascodec-target.h
diff options
context:
space:
mode:
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-03-23 05:02:37 +0000
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-03-23 05:02:37 +0000
commit47ab95904efe238568e4cc66f0d3aacd9e7a8c10 (patch)
tree8da94d74b9e0ef3ad01011d706781577eeec0e26 /firmware/target/arm/as3525/ascodec-target.h
parent655034983547c0678842e7407cebe0ea12b006cc (diff)
downloadrockbox-47ab95904efe238568e4cc66f0d3aacd9e7a8c10.tar.gz
rockbox-47ab95904efe238568e4cc66f0d3aacd9e7a8c10.zip
Add handler for audio irq.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/ascodec-target.h')
-rw-r--r--firmware/target/arm/as3525/ascodec-target.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ascodec-target.h b/firmware/target/arm/as3525/ascodec-target.h
index 4b110412c1..13946099c0 100644
--- a/firmware/target/arm/as3525/ascodec-target.h
+++ b/firmware/target/arm/as3525/ascodec-target.h
@@ -68,6 +68,8 @@ struct ascodec_request {
68 68
69void ascodec_init(void); 69void ascodec_init(void);
70 70
71void ascodec_init_late(void);
72
71int ascodec_write(unsigned int index, unsigned int value); 73int ascodec_write(unsigned int index, unsigned int value);
72 74
73int ascodec_read(unsigned int index); 75int ascodec_read(unsigned int index);
@@ -102,4 +104,10 @@ void ascodec_lock(void);
102 104
103void ascodec_unlock(void); 105void ascodec_unlock(void);
104 106
107void ascodec_wait_adc_finished(void);
108
109void ascodec_enable_endofch_irq(void);
110
111void ascodec_disable_endofch_irq(void);
112
105#endif /* !_ASCODEC_TARGET_H */ 113#endif /* !_ASCODEC_TARGET_H */