Home
last modified time | relevance | path

Searched refs:MIXART_MAX_PHYS_CONNECTORS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/pci/mixart/
Dmixart.h64 #define MIXART_MAX_PHYS_CONNECTORS (MIXART_MAX_CARDS * 2 * 2) /* 4 * stereo * (analog+digital) */ macro
Dmixart_hwdep.c166 if((err < 0) || (connector->error_code) || (connector->uid_count > MIXART_MAX_PHYS_CONNECTORS)) { in mixart_enum_connectors()
208 if((err < 0) || (connector->error_code) || (connector->uid_count > MIXART_MAX_PHYS_CONNECTORS)) { in mixart_enum_connectors()
Dmixart_core.h82 struct mixart_uid uid[MIXART_MAX_PHYS_CONNECTORS];