[0.6.184] change mute type 63/204063/5 accepted/tizen/unified/20190423.113316 submit/tizen/20190419.043449
authorEunhye Choi <eunhae1.choi@samsung.com>
Fri, 19 Apr 2019 04:24:22 +0000 (13:24 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Fri, 19 Apr 2019 04:32:24 +0000 (13:32 +0900)
- mute type should be boolean with the new function interface
  which commit is b985487642ef5eac00bb5b6c64a91af135e19609.
- remove unused element

Change-Id: I9b7f9fa7bcd4a776cb02679e3ab6199570bf6244

src/include/mm_player_priv.h

index 47dec0b..a8d3a54 100644 (file)
@@ -381,8 +381,7 @@ typedef struct {
 
 typedef struct {
        float volume;
-       int mute;
-       int bluetooth;  /* enable/disable */
+       bool mute;
        bool rg_enable;
 } mmplayer_sound_info_t;