Modify device enum 00/105800/1
authorJeongho Mok <jho.mok@samsung.com>
Mon, 19 Dec 2016 12:30:11 +0000 (21:30 +0900)
committerJeongho Mok <jho.mok@samsung.com>
Mon, 19 Dec 2016 12:30:20 +0000 (21:30 +0900)
[Version] 0.10.71
[Profile] Common
[Issue Type] Fix Bug

Change-Id: I48da5119ed60172403f02e30b26e918c5158e75f

include/mm_sound.h
packaging/libmm-sound.spec

index 94a9015..2b10cdb 100644 (file)
@@ -976,11 +976,11 @@ typedef enum
        MM_SOUND_DEVICE_TYPE_BUILTIN_MIC,       /**< Built-in mic. */
        MM_SOUND_DEVICE_TYPE_AUDIOJACK,         /**< Audio jack such as headphone, headset, and so on. */
        MM_SOUND_DEVICE_TYPE_BLUETOOTH,         /**< Bluetooth */
-       MM_SOUND_DEVICE_TYPE_BLUETOOTH_A2DP = MM_SOUND_DEVICE_TYPE_BLUETOOTH,    /**< Bluetooth */
-       MM_SOUND_DEVICE_TYPE_BLUETOOTH_SCO,     /**< Bluetooth */
+       MM_SOUND_DEVICE_TYPE_BLUETOOTH_A2DP = MM_SOUND_DEVICE_TYPE_BLUETOOTH,    /**< Bluetooth A2DP */
        MM_SOUND_DEVICE_TYPE_HDMI,              /**< HDMI. */
        MM_SOUND_DEVICE_TYPE_MIRRORING,         /**< MIRRORING. */
        MM_SOUND_DEVICE_TYPE_USB_AUDIO,         /**< USB Audio. */
+       MM_SOUND_DEVICE_TYPE_BLUETOOTH_SCO,     /**< Bluetooth SCO */
 } mm_sound_device_type_e;
 
 typedef void *MMSoundDevice_t;          /**< MMsound Device handle */
index 0974375..fd31194 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.70
+Version:    0.10.71
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0