Searched defs:snd_wss (Results 1 – 1 of 1) sorted by relevance
64 struct snd_wss { struct65 unsigned long port; /* base i/o port */66 struct resource *res_port;68 struct resource *res_cport;69 int irq; /* IRQ line */70 int dma1; /* playback DMA */71 int dma2; /* record DMA */101 void (*set_playback_format) (struct snd_wss *chip, argument109 void (*suspend) (struct snd_wss *chip); argument110 void (*resume) (struct snd_wss *chip); argument[all …]