summaryrefslogtreecommitdiff
path: root/src/device-flags.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-08-16 21:14:56 +0000
committerLinus Walleij <triad@df.lth.se>2008-08-16 21:14:56 +0000
commitf3c4405edbf6a9b5c61057c0c2ffbaf067e89cf4 (patch)
treea976ba5a6f6af301a7a77c5ab509be13d1e58a8e /src/device-flags.h
parent59765e8d615216257ef622b090786a79027a75f8 (diff)
downloadlibmtp-f3c4405edbf6a9b5c61057c0c2ffbaf067e89cf4.tar.gz
Initial Samsung playlist support by Allistair.
Diffstat (limited to 'src/device-flags.h')
-rw-r--r--src/device-flags.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/device-flags.h b/src/device-flags.h
index 391b557..3968996 100644
--- a/src/device-flags.h
+++ b/src/device-flags.h
@@ -159,3 +159,20 @@
* This flag provides that extra massage.
*/
#define DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR 0x00000800
+/**
+ * Samsung has implimented its own playlist format as a .spl file
+ * stored in the normal file system, rather than a proper mtp
+ * playlist. There are multiple versions of the .spl format
+ * identified by a line in the file: VERSION X.XX
+ * Version 1.00 is just a simple playlist.
+ */
+#define DEVICE_FLAG_PLAYLIST_SPL_V1 0x00001000
+/**
+ * Samsung has implimented its own playlist format as a .spl file
+ * stored in the normal file system, rather than a proper mtp
+ * playlist. There are multiple versions of the .spl format
+ * identified by a line in the file: VERSION X.XX
+ * Version 2.00 is playlist but allows DNSe sound settings
+ * to be stored, per playlist.
+ */
+#define DEVICE_FLAG_PLAYLIST_SPL_V2 0x00002000