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