Searched defs:snd_es1688 (Results 1 – 1 of 1) sorted by relevance
19 struct snd_es1688 { struct20 struct snd_card *card;21 unsigned long port; /* port of ESS chip */22 struct resource *res_port;23 unsigned long mpu_port; /* MPU-401 port of ESS chip */24 int irq; /* IRQ number of ESS chip */25 int mpu_irq; /* MPU IRQ */26 int dma8; /* 8-bit DMA */27 unsigned short version; /* version of ESS chip */28 unsigned short hardware; /* see to ES1688_HW_XXXX */[all …]