--- audio/control.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/control.c b/audio/control.c index c8aba53..24db448 100644 --- a/audio/control.c +++ b/audio/control.c @@ -437,7 +437,7 @@ static void avctp_set_state(struct control *control, avctp_state_t new_state) { GSList *l; struct audio_device *dev = control->dev; - avdtp_session_state_t old_state = control->state; + avctp_state_t old_state = control->state; gboolean value; switch (new_state) { -- 1.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html