Merge "Create unique labels for /dev/snd/{seq,timer}"
diff --git a/device.te b/device.te
index 7e0073f..b4ca618 100644
--- a/device.te
+++ b/device.te
@@ -4,6 +4,8 @@
 type adb_device, dev_type;
 type ashmem_device, dev_type, mlstrustedobject;
 type audio_device, dev_type;
+type audio_timer_device, dev_type;
+type audio_seq_device, dev_type;
 type binder_device, dev_type, mlstrustedobject;
 type hwbinder_device, dev_type, mlstrustedobject;
 type block_device, dev_type;
diff --git a/file_contexts b/file_contexts
index 41ab949..768af8d 100644
--- a/file_contexts
+++ b/file_contexts
@@ -95,6 +95,8 @@
 /dev/rproc_user	u:object_r:rpmsg_device:s0
 /dev/rtc[0-9]      u:object_r:rtc_device:s0
 /dev/snd(/.*)?		u:object_r:audio_device:s0
+/dev/snd/audio_timer_device	u:object_r:audio_timer_device:s0
+/dev/snd/audio_seq_device	u:object_r:audio_seq_device:s0
 /dev/socket(/.*)?	u:object_r:socket_device:s0
 /dev/socket/adbd	u:object_r:adbd_socket:s0
 /dev/socket/sap_uim_socket[0-9]        u:object_r:sap_uim_socket:s0