summaryrefslogtreecommitdiff
path: root/firmware/target/arm/gigabeat/meg-fx
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx')
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c
index fcfe813ab7..7e1cebc555 100644
--- a/firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c
+++ b/firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c
@@ -282,9 +282,8 @@ size_t pcm_get_bytes_waiting(void)
282 282
283 283
284/* dummy functions for those not actually supporting all this yet */ 284/* dummy functions for those not actually supporting all this yet */
285void pcm_apply_settings(bool reset) 285void pcm_apply_settings(void)
286{ 286{
287 (void)reset;
288} 287}
289 288
290void pcm_set_monitor(int monitor) 289void pcm_set_monitor(int monitor)