Name: pulseaudio
Summary: Improved Linux sound server
Version: 5.0
-Release: 98
+Release: 99
Group: Multimedia/Audio
License: LGPL-2.1+
URL: http://pulseaudio.org
unsigned hash;
pa_assert(h);
+#ifdef __TIZEN__
+ pa_assert(h->hash_func);
+#endif
hash = h->hash_func(key) % NBUCKETS;
struct hashmap_entry *e;
pa_assert(h);
+#ifdef __TIZEN__
+ pa_assert(h->hash_func);
+#endif
hash = h->hash_func(key) % NBUCKETS;
void *data;
pa_assert(h);
+#ifdef __TIZEN__
+ pa_assert(h->hash_func);
+#endif
hash = h->hash_func(key) % NBUCKETS;