diff options
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c')
-rw-r--r-- | firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c index 20c8e9a8e7..cf24bed265 100644 --- a/firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c +++ b/firmware/target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c | |||
@@ -49,7 +49,7 @@ void i2s_reset(void) | |||
49 | * Initialise the WM8975 for playback via headphone and line out. | 49 | * Initialise the WM8975 for playback via headphone and line out. |
50 | * Note, I'm using the WM8750 datasheet as its apparently close. | 50 | * Note, I'm using the WM8750 datasheet as its apparently close. |
51 | */ | 51 | */ |
52 | int wmcodec_init(void) { | 52 | int audiohw_init(void) { |
53 | /* reset I2C */ | 53 | /* reset I2C */ |
54 | i2c_init(); | 54 | i2c_init(); |
55 | 55 | ||