OSDN Git Service

bluez a2dp - fix a2dp_thread() spurious wakeup
authorIan Kent <raven@themaw.net>
Mon, 28 Sep 2009 15:47:44 +0000 (23:47 +0800)
committerIan Kent <raven@themaw.net>
Tue, 29 Sep 2009 05:14:18 +0000 (13:14 +0800)
commit19b92b35acc9932322d244848e76ee699cc6acce
tree456e5652d70d9fb9f51f94f6323ec31dedf0b665
parent4cd45565a91a1418666927393ea7bd3f6cd4c6f7
bluez a2dp - fix a2dp_thread() spurious wakeup

When waiting on a condition is is possble to receive spurious
wake ups. Use the fact that when we poke the state machine the
command must have changed to deal with this.
utils/audio/liba2dp.c