summaryrefslogtreecommitdiff
path: root/firmware/target/arm/wmcodec-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/wmcodec-pp.c')
-rw-r--r--firmware/target/arm/wmcodec-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/wmcodec-pp.c b/firmware/target/arm/wmcodec-pp.c
index 73324c0dec..8aa862c187 100644
--- a/firmware/target/arm/wmcodec-pp.c
+++ b/firmware/target/arm/wmcodec-pp.c
@@ -97,7 +97,7 @@ void i2s_reset(void)
97 * Initialise the WM8975 for playback via headphone and line out. 97 * Initialise the WM8975 for playback via headphone and line out.
98 * Note, I'm using the WM8750 datasheet as its apparently close. 98 * Note, I'm using the WM8750 datasheet as its apparently close.
99 */ 99 */
100int wmcodec_init(void) { 100int audiohw_init(void) {
101 /* reset I2C */ 101 /* reset I2C */
102 i2c_init(); 102 i2c_init();
103 103