While implementing the feature in the last patch, I noticed the track-changed
notification was not working anymore due to recent split of audio/control.c.
First two patches fix the issues and 3rd patch puts an UID in media_info. AVRCP
1.3 allows only two values:
- 0x0: track playing
- UINT64_MAX: no track playing/selected.
AVRCP 1.4 properly uses this field though, so I'm already preparing the ground
for it.
Lucas De Marchi (3):
AVRCP: fix changed notification
AVRCP: fix missing bytes on notification
AVRCP: allow track to be un-selected
audio/avrcp.c | 40 +++++++++++++++++++++-------------------
1 files changed, 21 insertions(+), 19 deletions(-)
--
1.7.6.4