138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/****************************************************************************
238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ****************************************************************************
338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***
438062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   This header was automatically generated from a Linux kernel header
538062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   of the same name, to make information necessary for userspace to
638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   call into the kernel available to libc.  It contains only constants,
738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   structures, and macros generated from the original header, and thus,
838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   contains no copyrightable information.
938062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***
1038062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   To edit the content of this header, modify the corresponding
1138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   source file (e.g. under external/kernel-headers/original/) then
1238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   run bionic/libc/kernel/tools/update_all.py
1338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***
1438062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   Any manual change here will be lost the next time this script will
1538062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***   be run. You've been warned!
1638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ***
1738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ****************************************************************************
1838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris ****************************************************************************/
1938062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
2038062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define _UAPI_SOUND_FIREWIRE_H_INCLUDED
2138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#include <linux/ioctl.h>
2238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_EVENT_LOCK_STATUS 0x000010cc
2338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
2438062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_EVENT_DICE_NOTIFICATION 0xd1ce004e
2538062f954c637861348dd8078cefb73554e6f12cChristopher Ferrisstruct snd_firewire_event_common {
2638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int type;
2738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris};
2838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
2938062f954c637861348dd8078cefb73554e6f12cChristopher Ferrisstruct snd_firewire_event_lock_status {
3038062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int type;
3138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int status;
3238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris};
3338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3438062f954c637861348dd8078cefb73554e6f12cChristopher Ferrisstruct snd_firewire_event_dice_notification {
3538062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int type;
3638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int notification;
3738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris};
3838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3938062f954c637861348dd8078cefb73554e6f12cChristopher Ferrisunion snd_firewire_event {
4038062f954c637861348dd8078cefb73554e6f12cChristopher Ferris struct snd_firewire_event_common common;
4138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris struct snd_firewire_event_lock_status lock_status;
4238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris struct snd_firewire_event_dice_notification dice_notification;
4338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
4438062f954c637861348dd8078cefb73554e6f12cChristopher Ferris};
4538062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_IOCTL_GET_INFO _IOR('H', 0xf8, struct snd_firewire_get_info)
4638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_IOCTL_LOCK _IO('H', 0xf9)
4738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_IOCTL_UNLOCK _IO('H', 0xfa)
4838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
4938062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define SNDRV_FIREWIRE_TYPE_DICE 1
5038062f954c637861348dd8078cefb73554e6f12cChristopher Ferrisstruct snd_firewire_get_info {
5138062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int type;
5238062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned int card;
5338062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
5438062f954c637861348dd8078cefb73554e6f12cChristopher Ferris unsigned char guid[8];
5538062f954c637861348dd8078cefb73554e6f12cChristopher Ferris char device_name[16];
5638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris};
5738062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#endif
5838062f954c637861348dd8078cefb73554e6f12cChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59