Searched refs:omni (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Ddelta.c557 ice->num_total_dacs = ice->omni ? 8 : 4;
558 ice->num_total_adcs = ice->omni ? 8 : 4;
H A Dice1712.c90 static int omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */ variable
100 module_param_array(omni, bool, NULL, 0444);
101 MODULE_PARM_DESC(omni, "Enable Midiman M-Audio Delta Omni I/O support.");
2547 int omni,
2576 ice->omni = omni ? 1 : 0;
2684 if ((err = snd_ice1712_create(card, pci, model[dev], omni[dev],
2544 snd_ice1712_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, int omni, int cs8427_timeout, int dxr_enable, struct snd_ice1712 ** r_ice1712) argument
H A Dice1712.h329 unsigned int omni: 1; /* Delta Omni I/O */ member in struct:snd_ice1712

Completed in 171 milliseconds