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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.c559 ice->num_total_dacs = ice->omni ? 8 : 4;
560 ice->num_total_adcs = ice->omni ? 8 : 4;
573 case ICE1712_SUBDEVICE_DELTA66E: /* omni not suported yet */
H A Dice1712.h329 unsigned int omni:1; /* Delta Omni I/O */ member in struct:snd_ice1712
H A Dice1712.c89 static int omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */ variable
99 module_param_array(omni, bool, NULL, 0444);
100 MODULE_PARM_DESC(omni, "Enable Midiman M-Audio Delta Omni I/O support.");
2537 int omni,
2567 ice->omni = omni ? 1 : 0;
2679 err = snd_ice1712_create(card, pci, model[dev], omni[dev],
2534 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

Completed in 55 milliseconds