Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
HPI maximum values

Macros

#define HPI_MAX_ADAPTERS   20
 
#define HPI_MAX_STREAMS   16
 
#define HPI_MAX_CHANNELS   2 /* per stream */
 
#define HPI_MAX_NODES   8 /* per mixer ? */
 
#define HPI_MAX_CONTROLS   4 /* per node ? */
 
#define HPI_MAX_ANC_BYTES_PER_FRAME   (64)
 
#define HPI_STRING_LEN   16
 
#define HPI_MIN_NETWORK_ADAPTER_IDX   100
 
#define HPI_OSTREAM_VELOCITY_UNITS   4096
 
#define HPI_OSTREAM_TIMESCALE_UNITS   10000
 
#define HPI_OSTREAM_TIMESCALE_PASSTHROUGH   99999
 

Detailed Description

Macro Definition Documentation

#define HPI_MAX_ADAPTERS   20

Maximum number of PCI HPI adapters

Definition at line 1084 of file hpi.h.

#define HPI_MAX_ANC_BYTES_PER_FRAME   (64)

maximum number of ancillary bytes per MPEG frame

Definition at line 1091 of file hpi.h.

#define HPI_MAX_CHANNELS   2 /* per stream */

Definition at line 1087 of file hpi.h.

#define HPI_MAX_CONTROLS   4 /* per node ? */

Definition at line 1089 of file hpi.h.

#define HPI_MAX_NODES   8 /* per mixer ? */

Definition at line 1088 of file hpi.h.

#define HPI_MAX_STREAMS   16

Maximum number of in or out streams per adapter

Definition at line 1086 of file hpi.h.

#define HPI_MIN_NETWORK_ADAPTER_IDX   100

Networked adapters have index >= 100

Definition at line 1095 of file hpi.h.

#define HPI_OSTREAM_TIMESCALE_PASSTHROUGH   99999

OutStream timescale passthrough - turns timescaling on in passthough mode

Definition at line 1102 of file hpi.h.

#define HPI_OSTREAM_TIMESCALE_UNITS   10000

OutStream timescale units

Definition at line 1100 of file hpi.h.

#define HPI_OSTREAM_VELOCITY_UNITS   4096

Velocity units

Definition at line 1098 of file hpi.h.

#define HPI_STRING_LEN   16

Definition at line 1092 of file hpi.h.