Searched defs:copr_debug_buf (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dsoundcard.h717 typedef struct copr_debug_buf { struct
723 } copr_debug_buf; typedef in typeref:struct:copr_debug_buf
732 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
733 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
734 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf)
735 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf)
736 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
737 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)

Completed in 51 milliseconds