diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-30 13:06:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-30 13:31:33 +0200 |
| commit | 056be1b9c8d0c6942412dea4a4a104978a0a9311 (patch) | |
| tree | 199b731ebbb5113a1ed0d5377926f2b6e68753b0 /sys/linux/dev_snd_hw_mips64le.const | |
| parent | b0947553167615d7bb1b67b22d2d080e5a5ab2cd (diff) | |
sys/linux: assorted improvements for vhci
Regenerate const files on next-20200729.
Change conn handle to 200 because it also seems to be matches
against phy_handle fields which are int8 (current 256 does not fit into int8).
Use 200 for all handle's and all phy_handle's.
Remove hci_evt_le_cis_req, it does not seem to be used in the kernel.
Restrict some event types and statuses.
Add rssi field to hci_ev_le_advertising_info.
Use bytesize for some of the data length fields.
Diffstat (limited to 'sys/linux/dev_snd_hw_mips64le.const')
| -rw-r--r-- | sys/linux/dev_snd_hw_mips64le.const | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/linux/dev_snd_hw_mips64le.const b/sys/linux/dev_snd_hw_mips64le.const new file mode 100644 index 000000000..50b77b714 --- /dev/null +++ b/sys/linux/dev_snd_hw_mips64le.const @@ -0,0 +1,18 @@ +# AUTOGENERATED FILE +SNDRV_FIREWIRE_IOCTL_GET_INFO = 1075857656 +SNDRV_FIREWIRE_IOCTL_LOCK = 536889593 +SNDRV_FIREWIRE_IOCTL_TASCAM_STATE = 1090537723 +SNDRV_FIREWIRE_IOCTL_UNLOCK = 536889594 +SNDRV_FIREWIRE_TASCAM_STATE_COUNT = 64 +SNDRV_FIREWIRE_TYPE_DICE = 1 +SNDRV_FIREWIRE_TYPE_FIREFACE = 8 +SNDRV_HWDEP_IFACE_LAST = 26 +SNDRV_HWDEP_IFACE_OPL2 = 0 +SNDRV_HWDEP_IOCTL_DSP_LOAD = 2153793539 +SNDRV_HWDEP_IOCTL_DSP_STATUS = 1077954562 +SNDRV_HWDEP_IOCTL_INFO = 1088178177 +SNDRV_HWDEP_IOCTL_PVERSION = 1074022400 +SND_EFW_TRANSACTION_USER_SEQNUM_MAX = 65534 +__NR_ioctl = 5015 +__NR_read = 5000 +__NR_write = 5001 |
