projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38fd87
)
uapi: virtio_ids: add a sound device type ID from OASIS spec
author
Anton Yakovlev
<anton.yakovlev@opensynergy.com>
Tue, 2 Mar 2021 16:47:01 +0000
(17:47 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sun, 7 Mar 2021 08:07:06 +0000
(09:07 +0100)
The OASIS virtio spec defines a sound device type ID that is not
present in the header yet.
Signed-off-by: Anton Yakovlev <anton.yakovlev@opensynergy.com>
Link:
https://lore.kernel.org/r/20210302164709.3142702-2-anton.yakovlev@opensynergy.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/linux/virtio_ids.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/virtio_ids.h
b/include/uapi/linux/virtio_ids.h
index bc1c0621f5edd18ee6e3c9328f4d8d815d51dc65..029a2e07a7f95a2482a29f484764d86ddce3f26a 100644
(file)
--- a/
include/uapi/linux/virtio_ids.h
+++ b/
include/uapi/linux/virtio_ids.h
@@
-51,6
+51,7
@@
#define VIRTIO_ID_PSTORE 22 /* virtio pstore device */
#define VIRTIO_ID_IOMMU 23 /* virtio IOMMU */
#define VIRTIO_ID_MEM 24 /* virtio mem */
+#define VIRTIO_ID_SOUND 25 /* virtio sound */
#define VIRTIO_ID_FS 26 /* virtio filesystem */
#define VIRTIO_ID_PMEM 27 /* virtio pmem */
#define VIRTIO_ID_MAC80211_HWSIM 29 /* virtio mac80211-hwsim */