From cf258cad55202b81faa902b7559dad2ec07d8ad1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Sep 2007 11:11:00 +0000 Subject: Fix compiler warning --- audio/pcm_bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index dd61089f..fb3fce13 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -233,6 +233,7 @@ iter_sleep: pthread_exit(NULL); } +#if 0 static int bluetooth_state_init(struct ipc_packet *pkt, int newstate) { struct ipc_data_state *state = (void *) pkt->data; @@ -286,6 +287,7 @@ static int bluetooth_state(struct bluetooth_data *data, int newstate) return 0; } +#endif static int bluetooth_playback_start(snd_pcm_ioplug_t *io) { -- cgit