summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-09-16 11:11:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-09-16 11:11:00 +0000
commitcf258cad55202b81faa902b7559dad2ec07d8ad1 (patch)
treec788e8f9607984d176b9d6c60edbc09024fd094b
parent8e94e6edf8ced030fce3706c9df039cff7cc52ed (diff)
Fix compiler warningutils-3.19
-rw-r--r--audio/pcm_bluetooth.c2
1 files changed, 2 insertions, 0 deletions
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)
{