Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
line6_properties Struct Reference

#include <driver.h>

Data Fields

int device_bit
 
const charid
 
const charname
 
int capabilities
 

Detailed Description

Common properties of Line6 devices.

Definition at line 89 of file driver.h.

Field Documentation

Bit vector defining this device's capabilities in the line6usb driver.

Definition at line 111 of file driver.h.

int device_bit

Bit identifying this device in the line6usb driver.

Definition at line 93 of file driver.h.

Card id string (maximum 16 characters). This can be used to address the device in ALSA programs as "default:CARD=<id>"

Definition at line 100 of file driver.h.

const char* name

Card short name (maximum 32 characters).

Definition at line 105 of file driver.h.


The documentation for this struct was generated from the following file: