summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index e0bfa1f62a..7ba4eeef8e 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -694,7 +694,7 @@ void pcmbuf_start_track_change(enum pcm_track_change_type type)
694/** Playback */ 694/** Playback */
695 695
696/* PCM driver callback */ 696/* PCM driver callback */
697static void pcmbuf_pcm_callback(unsigned char **start, size_t *size) 697static void pcmbuf_pcm_callback(const void **start, size_t *size)
698{ 698{
699 /*- Process the chunk that just finished -*/ 699 /*- Process the chunk that just finished -*/
700 size_t index = chunk_ridx; 700 size_t index = chunk_ridx;