Updates to get L2 working on latest iOS codebase

This commit is contained in:
Ross Owen
2012-02-20 15:53:12 +00:00
parent 0726806ec5
commit 82494331b9
7 changed files with 130 additions and 48 deletions

View File

@@ -5,10 +5,10 @@
/* Functions that handle master clock generation. These need modifying for an existing design */
/* Any initialisation required for master clock generation - run once at start up */
void ClockingInit(void);
void ClockingInit(chanend ?c);
/* Configuration for a specific master clock frequency - run every sample frequency change */
void ClockingConfig(unsigned mClkFreq);
void ClockingConfig(unsigned mClkFreq, chanend ?c);
/** Clock generation and digital audio I/O handling.