diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-10-25 10:38:47 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-10-25 10:38:47 +0000 |
commit | 589d60855eedc4d207ed6e79cae3e18c48a4586f (patch) | |
tree | 84415cbac7fed6a8269f4e1ded4dc755ece948e8 /audio/device.h | |
parent | 8c29a4d5d2635d663657d731a80a9c0f6e0d7216 (diff) |
Add uinput support for AVRCP
Diffstat (limited to 'audio/device.h')
-rw-r--r-- | audio/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/device.h b/audio/device.h index 3fbf29de..04ce36de 100644 --- a/audio/device.h +++ b/audio/device.h @@ -56,6 +56,7 @@ struct device { DBusConnection *conn; char *adapter_path; char *path; + char *name; bdaddr_t store; bdaddr_t src; bdaddr_t dst; |