Searched defs:snd_es18xx (Results 1 – 1 of 1) sorted by relevance
102 struct snd_es18xx { struct103 unsigned long port; /* port of ESS chip */104 unsigned long ctrl_port; /* Control port of ESS chip */105 struct resource *res_port;106 struct resource *res_mpu_port;107 struct resource *res_ctrl_port;108 int irq; /* IRQ number of ESS chip */109 int dma1; /* DMA1 */110 int dma2; /* DMA2 */111 unsigned short version; /* version of ESS chip */[all …]