Searched defs:snd_es18xx (Results 1 – 1 of 1) sorted by relevance
87 struct snd_es18xx { struct88 unsigned long port; /* port of ESS chip */89 unsigned long ctrl_port; /* Control port of ESS chip */90 int irq; /* IRQ number of ESS chip */91 int dma1; /* DMA1 */92 int dma2; /* DMA2 */93 unsigned short version; /* version of ESS chip */94 int caps; /* Chip capabilities */95 unsigned short audio2_vol; /* volume level of audio2 */97 unsigned short active; /* active channel mask */[all …]